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