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