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