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