#[repr(u8)]pub enum EventStartedDetailType {
Booted = 0,
Migrated = 1,
Restored = 2,
FromSnapshot = 3,
Wakeup = 4,
}
Variants§
Booted = 0
Normal startup from boot
Migrated = 1
Incoming migration from another host
Restored = 2
Restored from a state file
FromSnapshot = 3
Restored from snapshot
Wakeup = 4
Started due to wakeup event
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventStartedDetailType
impl RefUnwindSafe for EventStartedDetailType
impl Send for EventStartedDetailType
impl Sync for EventStartedDetailType
impl Unpin for EventStartedDetailType
impl UnwindSafe for EventStartedDetailType
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