pub struct InvalidLength;Trait Implementations§
Source§impl Clone for InvalidLength
impl Clone for InvalidLength
Source§fn clone(&self) -> InvalidLength
fn clone(&self) -> InvalidLength
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 InvalidLength
impl Debug for InvalidLength
Source§impl From<InvalidLength> for DecodeError
impl From<InvalidLength> for DecodeError
Source§fn from(_: InvalidLength) -> Self
fn from(_: InvalidLength) -> Self
Converts to this type from the input type.
Source§impl From<InvalidLength> for DecodeError
impl From<InvalidLength> for DecodeError
Source§fn from(_: InvalidLength) -> Self
fn from(_: InvalidLength) -> Self
Converts to this type from the input type.
Source§impl Hash for InvalidLength
impl Hash for InvalidLength
Source§impl Ord for InvalidLength
impl Ord for InvalidLength
Source§fn cmp(&self, other: &InvalidLength) -> Ordering
fn cmp(&self, other: &InvalidLength) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InvalidLength
impl PartialEq for InvalidLength
Source§impl PartialOrd for InvalidLength
impl PartialOrd for InvalidLength
impl Copy for InvalidLength
impl Eq for InvalidLength
impl StructuralPartialEq for InvalidLength
Auto Trait Implementations§
impl Freeze for InvalidLength
impl RefUnwindSafe for InvalidLength
impl Send for InvalidLength
impl Sync for InvalidLength
impl Unpin for InvalidLength
impl UnwindSafe for InvalidLength
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