pub enum VhostUserMigrationPhase {
Stopped,
}
Variants§
Stopped
Trait Implementations§
source§impl Debug for VhostUserMigrationPhase
impl Debug for VhostUserMigrationPhase
source§impl PartialEq for VhostUserMigrationPhase
impl PartialEq for VhostUserMigrationPhase
source§fn eq(&self, other: &VhostUserMigrationPhase) -> bool
fn eq(&self, other: &VhostUserMigrationPhase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VhostUserMigrationPhase
impl StructuralPartialEq for VhostUserMigrationPhase
Auto Trait Implementations§
impl RefUnwindSafe for VhostUserMigrationPhase
impl Send for VhostUserMigrationPhase
impl Sync for VhostUserMigrationPhase
impl Unpin for VhostUserMigrationPhase
impl UnwindSafe for VhostUserMigrationPhase
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