pub struct Session<'r> { /* private fields */ }
Expand description
Contains the ID of the session.
Implementations§
Auto Trait Implementations§
impl<'r> !Freeze for Session<'r>
impl<'r> RefUnwindSafe for Session<'r>
impl<'r> Send for Session<'r>
impl<'r> Sync for Session<'r>
impl<'r> Unpin for Session<'r>
impl<'r> UnwindSafe for Session<'r>
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