pub enum StdError {
IO,
Parse,
Sync(SyncError),
}Variants§
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for StdError
impl<'de> Deserialize<'de> for StdError
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 IntoEnumIterator for StdError
impl IntoEnumIterator for StdError
type Iterator = StdErrorIter
fn iter() -> StdErrorIter ⓘ
source§impl Ord for StdError
impl Ord for StdError
source§impl PartialEq for StdError
impl PartialEq for StdError
source§impl PartialOrd for StdError
impl PartialOrd for StdError
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl VariantNames for StdError
impl VariantNames for StdError
impl Copy for StdError
impl Eq for StdError
impl StructuralPartialEq for StdError
Auto Trait Implementations§
impl Freeze for StdError
impl RefUnwindSafe for StdError
impl Send for StdError
impl Sync for StdError
impl Unpin for StdError
impl UnwindSafe for StdError
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