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