pub enum AdvertisingHandleRequest {}
Expand description
Capability that is valid for the duration of advertising. The caller can close the handle to stop advertising. If the system internally stops advertising for any reason, the handle will be closed to communicate this to the client.
Implementations§
Source§impl AdvertisingHandleRequest
impl AdvertisingHandleRequest
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 AdvertisingHandleRequest
impl RefUnwindSafe for AdvertisingHandleRequest
impl Send for AdvertisingHandleRequest
impl Sync for AdvertisingHandleRequest
impl Unpin for AdvertisingHandleRequest
impl UnwindSafe for AdvertisingHandleRequest
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