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