Struct format_struct::InvalidSizeError
source · pub struct InvalidSizeError;
Expand description
The error type returned when a slice provided to any of the FromByteSlice
methods didn’t meet their size
constraints.
Trait Implementations§
source§impl Clone for InvalidSizeError
impl Clone for InvalidSizeError
source§fn clone(&self) -> InvalidSizeError
fn clone(&self) -> InvalidSizeError
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 InvalidSizeError
impl Debug for InvalidSizeError
source§impl Display for InvalidSizeError
impl Display for InvalidSizeError
impl Copy for InvalidSizeError
Auto Trait Implementations§
impl Freeze for InvalidSizeError
impl RefUnwindSafe for InvalidSizeError
impl Send for InvalidSizeError
impl Sync for InvalidSizeError
impl Unpin for InvalidSizeError
impl UnwindSafe for InvalidSizeError
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