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