pub enum FsError {
AlreadyExists,
FsFull,
InvalidArgument,
IoError,
NotFound,
TooLarge,
UnsupportedVersion,
Utf8Error,
ValidationFailed,
}
Variants§
AlreadyExists
FsFull
InvalidArgument
IoError
NotFound
TooLarge
UnsupportedVersion
Utf8Error
ValidationFailed
Trait Implementations§
impl Copy for FsError
impl Eq for FsError
impl StructuralPartialEq for FsError
Auto Trait Implementations§
impl Freeze for FsError
impl RefUnwindSafe for FsError
impl Send for FsError
impl Sync for FsError
impl Unpin for FsError
impl UnwindSafe for FsError
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