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