#[repr(u32)]pub enum MigMode {
Disabled = 0,
Enabled = 1,
}Variants§
Trait Implementations§
Source§impl TryFromPrimitive for MigMode
impl TryFromPrimitive for MigMode
impl Copy for MigMode
impl Eq for MigMode
impl StructuralPartialEq for MigMode
Auto Trait Implementations§
impl Freeze for MigMode
impl RefUnwindSafe for MigMode
impl Send for MigMode
impl Sync for MigMode
impl Unpin for MigMode
impl UnsafeUnpin for MigMode
impl UnwindSafe for MigMode
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