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