pub struct SliceUnderflow { /* private fields */ }Expand description
Underflow when trying to read from a slice.
Trait Implementations§
Source§impl Debug for SliceUnderflow
impl Debug for SliceUnderflow
Source§impl Display for SliceUnderflow
impl Display for SliceUnderflow
Source§impl From<SliceUnderflow> for Error
impl From<SliceUnderflow> for Error
Source§fn from(error: SliceUnderflow) -> Error
fn from(error: SliceUnderflow) -> Error
Converts to this type from the input type.
Source§impl From<SliceUnderflow> for Error
impl From<SliceUnderflow> for Error
Source§fn from(error: SliceUnderflow) -> Error
fn from(error: SliceUnderflow) -> Error
Converts to this type from the input type.
Source§impl From<SliceUnderflow> for Error
impl From<SliceUnderflow> for Error
Source§fn from(error: SliceUnderflow) -> Error
fn from(error: SliceUnderflow) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SliceUnderflow
impl RefUnwindSafe for SliceUnderflow
impl Send for SliceUnderflow
impl Sync for SliceUnderflow
impl Unpin for SliceUnderflow
impl UnwindSafe for SliceUnderflow
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