pub enum VmType {
Default,
Snp,
}Variants§
Trait Implementations§
impl Copy for VmType
impl Eq for VmType
impl StructuralPartialEq for VmType
Auto Trait Implementations§
impl Freeze for VmType
impl RefUnwindSafe for VmType
impl Send for VmType
impl Sync for VmType
impl Unpin for VmType
impl UnsafeUnpin for VmType
impl UnwindSafe for VmType
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