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