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