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