pub enum SoftErrorsFs {
NotFound,
PermissionDenied,
}Expand description
Supported soft errors when loading filesystem contents.
Variants§
Trait Implementations§
Source§impl Clone for SoftErrorsFs
impl Clone for SoftErrorsFs
Source§fn clone(&self) -> SoftErrorsFs
fn clone(&self) -> SoftErrorsFs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SoftErrorsFs
impl Debug for SoftErrorsFs
Source§impl<'de> Deserialize<'de> for SoftErrorsFs
impl<'de> Deserialize<'de> for SoftErrorsFs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SoftErrorsFs
impl PartialEq for SoftErrorsFs
Source§impl TryFrom<ErrorKind> for SoftErrorsFs
impl TryFrom<ErrorKind> for SoftErrorsFs
impl Copy for SoftErrorsFs
impl StructuralPartialEq for SoftErrorsFs
Auto Trait Implementations§
impl Freeze for SoftErrorsFs
impl RefUnwindSafe for SoftErrorsFs
impl Send for SoftErrorsFs
impl Sync for SoftErrorsFs
impl Unpin for SoftErrorsFs
impl UnwindSafe for SoftErrorsFs
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