#[repr(u8)]pub enum EventShutdownDetailType {
Finished = 0,
}
Variants§
Finished = 0
Guest finished shutdown sequence
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventShutdownDetailType
impl RefUnwindSafe for EventShutdownDetailType
impl Send for EventShutdownDetailType
impl Sync for EventShutdownDetailType
impl Unpin for EventShutdownDetailType
impl UnwindSafe for EventShutdownDetailType
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