Enum data_encoding::DecodeKind
source · pub enum DecodeKind {
Length,
Symbol,
Trailing,
Padding,
}
Expand description
Decoding error kind
Variants§
Length
Invalid length
Symbol
Invalid symbol
Trailing
Non-zero trailing bits
Padding
Invalid padding length
Trait Implementations§
source§impl Clone for DecodeKind
impl Clone for DecodeKind
source§fn clone(&self) -> DecodeKind
fn clone(&self) -> DecodeKind
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 DecodeKind
impl Debug for DecodeKind
source§impl Display for DecodeKind
impl Display for DecodeKind
source§impl PartialEq for DecodeKind
impl PartialEq for DecodeKind
impl Copy for DecodeKind
impl Eq for DecodeKind
impl StructuralPartialEq for DecodeKind
Auto Trait Implementations§
impl Freeze for DecodeKind
impl RefUnwindSafe for DecodeKind
impl Send for DecodeKind
impl Sync for DecodeKind
impl Unpin for DecodeKind
impl UnwindSafe for DecodeKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)