pub enum DeviceIdentificationHandleRequest {}
Expand description
Represents an active device identification advertisement. Close the handle with any epitaph to unregister the device identification request.
Implementations§
Source§impl DeviceIdentificationHandleRequest
impl DeviceIdentificationHandleRequest
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 DeviceIdentificationHandleRequest
impl RefUnwindSafe for DeviceIdentificationHandleRequest
impl Send for DeviceIdentificationHandleRequest
impl Sync for DeviceIdentificationHandleRequest
impl Unpin for DeviceIdentificationHandleRequest
impl UnwindSafe for DeviceIdentificationHandleRequest
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