pub struct IndexingError { /* private fields */ }
Expand description
The error type of indexing out of bounds
Implementations§
Source§impl IndexingError
impl IndexingError
Trait Implementations§
Source§impl Clone for IndexingError
impl Clone for IndexingError
Source§fn clone(&self) -> IndexingError
fn clone(&self) -> IndexingError
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 IndexingError
impl Debug for IndexingError
Auto Trait Implementations§
impl Freeze for IndexingError
impl RefUnwindSafe for IndexingError
impl Send for IndexingError
impl Sync for IndexingError
impl Unpin for IndexingError
impl UnwindSafe for IndexingError
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