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