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