pub struct InvalidFormat(/* private fields */);Expand description
Error raised when the bytes cannot be properly parsed into the collection format.
Implementations§
Trait Implementations§
Source§impl Debug for InvalidFormat
impl Debug for InvalidFormat
Source§impl Default for InvalidFormat
impl Default for InvalidFormat
Source§fn default() -> InvalidFormat
fn default() -> InvalidFormat
Returns the “default value” for a type. Read more
Source§impl Display for InvalidFormat
impl Display for InvalidFormat
Source§impl Error for InvalidFormat
impl Error for InvalidFormat
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for InvalidFormat
impl PartialEq for InvalidFormat
impl Eq for InvalidFormat
impl StructuralPartialEq for InvalidFormat
Auto Trait Implementations§
impl Freeze for InvalidFormat
impl RefUnwindSafe for InvalidFormat
impl Send for InvalidFormat
impl Sync for InvalidFormat
impl Unpin for InvalidFormat
impl UnwindSafe for InvalidFormat
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