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