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