pub struct SessionManagerLayer<Store>where
Store: SessionStore,{ /* private fields */ }Implementations§
Source§impl<Store> SessionManagerLayer<Store>where
Store: SessionStore,
impl<Store> SessionManagerLayer<Store>where
Store: SessionStore,
pub fn new(config: SessionConfig, store: Store) -> Self
Trait Implementations§
Source§impl<Store> Clone for SessionManagerLayer<Store>where
Store: SessionStore,
impl<Store> Clone for SessionManagerLayer<Store>where
Store: SessionStore,
Source§impl<Inner, Store> Layer<Inner> for SessionManagerLayer<Store>where
Store: SessionStore,
impl<Inner, Store> Layer<Inner> for SessionManagerLayer<Store>where
Store: SessionStore,
Auto Trait Implementations§
impl<Store> Freeze for SessionManagerLayer<Store>
impl<Store> RefUnwindSafe for SessionManagerLayer<Store>where
Store: RefUnwindSafe,
impl<Store> Send for SessionManagerLayer<Store>where
Store: Sync,
impl<Store> Sync for SessionManagerLayer<Store>where
Store: Sync,
impl<Store> Unpin for SessionManagerLayer<Store>
impl<Store> UnwindSafe for SessionManagerLayer<Store>where
Store: RefUnwindSafe,
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