pub enum PeerWatcherEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerWatcherEvent
impl RefUnwindSafe for PeerWatcherEvent
impl Send for PeerWatcherEvent
impl Sync for PeerWatcherEvent
impl Unpin for PeerWatcherEvent
impl UnwindSafe for PeerWatcherEvent
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