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