pub struct VirtioFsResolver;
Expand description
Resolver for virtiofs devices.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioFsResolver
impl RefUnwindSafe for VirtioFsResolver
impl Send for VirtioFsResolver
impl Sync for VirtioFsResolver
impl Unpin for VirtioFsResolver
impl UnwindSafe for VirtioFsResolver
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