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