pub enum ParseHeaderErrorKind {
MagicWord,
VersionNumber,
NonNegativeI32,
ZeroPadding,
DimTag,
AttrTag,
VarTag,
DataType,
DataElements,
Utf8,
Offset,
}
Variants§
MagicWord
VersionNumber
NonNegativeI32
ZeroPadding
DimTag
AttrTag
VarTag
DataType
DataElements
Utf8
Offset
Trait Implementations§
Source§impl Clone for ParseHeaderErrorKind
impl Clone for ParseHeaderErrorKind
Source§fn clone(&self) -> ParseHeaderErrorKind
fn clone(&self) -> ParseHeaderErrorKind
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 ParseHeaderErrorKind
impl Debug for ParseHeaderErrorKind
Source§impl PartialEq for ParseHeaderErrorKind
impl PartialEq for ParseHeaderErrorKind
impl Eq for ParseHeaderErrorKind
impl StructuralPartialEq for ParseHeaderErrorKind
Auto Trait Implementations§
impl Freeze for ParseHeaderErrorKind
impl RefUnwindSafe for ParseHeaderErrorKind
impl Send for ParseHeaderErrorKind
impl Sync for ParseHeaderErrorKind
impl Unpin for ParseHeaderErrorKind
impl UnwindSafe for ParseHeaderErrorKind
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