pub enum CoreErrorKind {
Invalid,
Other,
Corrupt,
}
Variants§
Trait Implementations§
Source§impl Clone for CoreErrorKind
impl Clone for CoreErrorKind
Source§fn clone(&self) -> CoreErrorKind
fn clone(&self) -> CoreErrorKind
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 CoreErrorKind
impl Debug for CoreErrorKind
Source§impl PartialEq for CoreErrorKind
impl PartialEq for CoreErrorKind
impl Copy for CoreErrorKind
impl Eq for CoreErrorKind
impl StructuralPartialEq for CoreErrorKind
Auto Trait Implementations§
impl Freeze for CoreErrorKind
impl RefUnwindSafe for CoreErrorKind
impl Send for CoreErrorKind
impl Sync for CoreErrorKind
impl Unpin for CoreErrorKind
impl UnwindSafe for CoreErrorKind
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