pub struct VmbfsSingleFileBacking { /* private fields */ }
Expand description
A backing store for the vmbus file system that provides a single file.
Implementations§
Trait Implementations§
Source§impl InspectMut for VmbfsSingleFileBacking
impl InspectMut for VmbfsSingleFileBacking
Source§fn inspect_mut(&mut self, req: Request<'_>)
fn inspect_mut(&mut self, req: Request<'_>)
Inspects the object.
Auto Trait Implementations§
impl Freeze for VmbfsSingleFileBacking
impl RefUnwindSafe for VmbfsSingleFileBacking
impl Send for VmbfsSingleFileBacking
impl Sync for VmbfsSingleFileBacking
impl Unpin for VmbfsSingleFileBacking
impl UnwindSafe for VmbfsSingleFileBacking
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