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