pub struct VmwarePlugin;Expand description
FormatPlugin implementation for VMware state files.
Trait Implementations§
Source§impl FormatPlugin for VmwarePlugin
impl FormatPlugin for VmwarePlugin
Auto Trait Implementations§
impl Freeze for VmwarePlugin
impl RefUnwindSafe for VmwarePlugin
impl Send for VmwarePlugin
impl Sync for VmwarePlugin
impl Unpin for VmwarePlugin
impl UnsafeUnpin for VmwarePlugin
impl UnwindSafe for VmwarePlugin
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