pub enum PhysicalPresenceNotifierEvent {
OnChange {
event: PhysicalPresenceEvent,
},
}
Variants§
OnChange
Fields
§
event: PhysicalPresenceEvent
Implementations§
Source§impl PhysicalPresenceNotifierEvent
impl PhysicalPresenceNotifierEvent
pub fn into_on_change(self) -> Option<PhysicalPresenceEvent>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalPresenceNotifierEvent
impl RefUnwindSafe for PhysicalPresenceNotifierEvent
impl Send for PhysicalPresenceNotifierEvent
impl Sync for PhysicalPresenceNotifierEvent
impl Unpin for PhysicalPresenceNotifierEvent
impl UnwindSafe for PhysicalPresenceNotifierEvent
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