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