pub struct VfsError { /* private fields */ }
Expand description
Used to log and retrieve Vfs errors
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VfsError
impl RefUnwindSafe for VfsError
impl Send for VfsError
impl Sync for VfsError
impl Unpin for VfsError
impl UnwindSafe for VfsError
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