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