pub enum PhysicalPresenceNotifierRequest {}
Expand description
Protocol used to notify client of a pending physical presence event. This protocol has no form of backpressure because it is not expected to generate a large number of messages. An unlock or open will usually result in less than 20 messages.
Implementations§
Source§impl PhysicalPresenceNotifierRequest
impl PhysicalPresenceNotifierRequest
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalPresenceNotifierRequest
impl RefUnwindSafe for PhysicalPresenceNotifierRequest
impl Send for PhysicalPresenceNotifierRequest
impl Sync for PhysicalPresenceNotifierRequest
impl Unpin for PhysicalPresenceNotifierRequest
impl UnwindSafe for PhysicalPresenceNotifierRequest
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