pub(crate) struct VariableWidthOverflow;Expand description
An error returned if performing VBR read overflows
Trait Implementations§
Source§impl Clone for VariableWidthOverflow
impl Clone for VariableWidthOverflow
Source§fn clone(&self) -> VariableWidthOverflow
fn clone(&self) -> VariableWidthOverflow
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 VariableWidthOverflow
impl Debug for VariableWidthOverflow
Source§impl Display for VariableWidthOverflow
impl Display for VariableWidthOverflow
Source§impl Error for VariableWidthOverflow
impl Error for VariableWidthOverflow
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 From<VariableWidthOverflow> for Error
impl From<VariableWidthOverflow> for Error
Source§fn from(VariableWidthOverflow: VariableWidthOverflow) -> Self
fn from(VariableWidthOverflow: VariableWidthOverflow) -> Self
Converts to this type from the input type.
impl Copy for VariableWidthOverflow
Auto Trait Implementations§
impl Freeze for VariableWidthOverflow
impl RefUnwindSafe for VariableWidthOverflow
impl Send for VariableWidthOverflow
impl Sync for VariableWidthOverflow
impl Unpin for VariableWidthOverflow
impl UnsafeUnpin for VariableWidthOverflow
impl UnwindSafe for VariableWidthOverflow
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