pub enum SessionsWatcherEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionsWatcherEvent
impl RefUnwindSafe for SessionsWatcherEvent
impl Send for SessionsWatcherEvent
impl Sync for SessionsWatcherEvent
impl Unpin for SessionsWatcherEvent
impl UnwindSafe for SessionsWatcherEvent
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