pub struct NoSessionService;Expand description
Marker: session_service has not been set.
Auto Trait Implementations§
impl Freeze for NoSessionService
impl RefUnwindSafe for NoSessionService
impl Send for NoSessionService
impl Sync for NoSessionService
impl Unpin for NoSessionService
impl UnsafeUnpin for NoSessionService
impl UnwindSafe for NoSessionService
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