Enum plugx_config::loader::fs::SkippbaleErrorKind
source · pub enum SkippbaleErrorKind {
WouldBlock,
Interrupted,
NotFound,
PermissionDenied,
TimedOut,
}Expand description
Supported skippable errors when loading filesystem contents.
Variants§
Trait Implementations§
source§impl Clone for SkippbaleErrorKind
impl Clone for SkippbaleErrorKind
source§fn clone(&self) -> SkippbaleErrorKind
fn clone(&self) -> SkippbaleErrorKind
Returns a copy 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 SkippbaleErrorKind
impl Debug for SkippbaleErrorKind
source§impl<'de> Deserialize<'de> for SkippbaleErrorKind
impl<'de> Deserialize<'de> for SkippbaleErrorKind
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 SkippbaleErrorKind
impl PartialEq for SkippbaleErrorKind
source§fn eq(&self, other: &SkippbaleErrorKind) -> bool
fn eq(&self, other: &SkippbaleErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<ErrorKind> for SkippbaleErrorKind
impl TryFrom<ErrorKind> for SkippbaleErrorKind
impl Copy for SkippbaleErrorKind
impl StructuralPartialEq for SkippbaleErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for SkippbaleErrorKind
impl Send for SkippbaleErrorKind
impl Sync for SkippbaleErrorKind
impl Unpin for SkippbaleErrorKind
impl UnwindSafe for SkippbaleErrorKind
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