pub struct SessionManagerInner<CS, E> { /* private fields */ }Available on crate feature
http only.Expand description
Allows the management of state across requests within a connection.
Trait Implementations§
Auto Trait Implementations§
impl<CS, E> Freeze for SessionManagerInner<CS, E>
impl<CS, E> RefUnwindSafe for SessionManagerInner<CS, E>where
CS: RefUnwindSafe,
E: RefUnwindSafe,
impl<CS, E> Send for SessionManagerInner<CS, E>
impl<CS, E> Sync for SessionManagerInner<CS, E>
impl<CS, E> Unpin for SessionManagerInner<CS, E>
impl<CS, E> UnwindSafe for SessionManagerInner<CS, E>where
CS: UnwindSafe,
E: UnwindSafe,
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