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