#[repr(u8)]pub enum EventResumedDetailType {
Unpaused = 0,
Migrated = 1,
FromSnapshot = 2,
PostCopy = 3,
}
Variants§
Unpaused = 0
Normal resume due to admin unpause
Migrated = 1
Resumed for completion of migration
FromSnapshot = 2
Resumed from snapshot
PostCopy = 3
Resumed, but migration is still running in post-copy mode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventResumedDetailType
impl RefUnwindSafe for EventResumedDetailType
impl Send for EventResumedDetailType
impl Sync for EventResumedDetailType
impl Unpin for EventResumedDetailType
impl UnwindSafe for EventResumedDetailType
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