pub struct FsNotFound(/* private fields */);Trait Implementations§
Source§impl Debug for FsNotFound
impl Debug for FsNotFound
Source§impl Display for FsNotFound
impl Display for FsNotFound
Source§impl Error for FsNotFound
impl Error for FsNotFound
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl<T: TreeTxnT> From<FsNotFound> for FsError<T>
impl<T: TreeTxnT> From<FsNotFound> for FsError<T>
Source§fn from(source: FsNotFound) -> Self
fn from(source: FsNotFound) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FsNotFound
impl RefUnwindSafe for FsNotFound
impl Send for FsNotFound
impl Sync for FsNotFound
impl Unpin for FsNotFound
impl UnsafeUnpin for FsNotFound
impl UnwindSafe for FsNotFound
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