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