pub struct AsyncSessionInfo {
pub session_id: SessionId,
pub state: SessionState,
}Expand description
Async session info: non-blocking query.
Fields§
§session_id: SessionId§state: SessionStateAuto Trait Implementations§
impl Freeze for AsyncSessionInfo
impl RefUnwindSafe for AsyncSessionInfo
impl Send for AsyncSessionInfo
impl Sync for AsyncSessionInfo
impl Unpin for AsyncSessionInfo
impl UnsafeUnpin for AsyncSessionInfo
impl UnwindSafe for AsyncSessionInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more