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