Struct fixed_slice_vec::vec::IndexError
source · [−]pub struct IndexError;
Expand description
Error that occurs when a call that attempts to access the FixedSliceVec in a manner that does not respect the current length of the vector, i.e. its current number of initialized items.
Trait Implementations
sourceimpl Clone for IndexError
impl Clone for IndexError
sourcefn clone(&self) -> IndexError
fn clone(&self) -> IndexError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IndexError
impl Debug for IndexError
sourceimpl Ord for IndexError
impl Ord for IndexError
sourceimpl PartialEq<IndexError> for IndexError
impl PartialEq<IndexError> for IndexError
sourceimpl PartialOrd<IndexError> for IndexError
impl PartialOrd<IndexError> for IndexError
sourcefn partial_cmp(&self, other: &IndexError) -> Option<Ordering>
fn partial_cmp(&self, other: &IndexError) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for IndexError
impl StructuralEq for IndexError
impl StructuralPartialEq for IndexError
Auto Trait Implementations
impl RefUnwindSafe for IndexError
impl Send for IndexError
impl Sync for IndexError
impl Unpin for IndexError
impl UnwindSafe for IndexError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more