pub struct VfsDirectory { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for VfsDirectory
impl Debug for VfsDirectory
Source§impl Drop for VfsDirectory
impl Drop for VfsDirectory
Auto Trait Implementations§
impl Freeze for VfsDirectory
impl RefUnwindSafe for VfsDirectory
impl !Send for VfsDirectory
impl !Sync for VfsDirectory
impl Unpin for VfsDirectory
impl UnsafeUnpin for VfsDirectory
impl UnwindSafe for VfsDirectory
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