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