pub struct BmiIndexOutOfBounds;Expand description
index out of bounds error
Trait Implementations§
Source§impl Clone for BmiIndexOutOfBounds
impl Clone for BmiIndexOutOfBounds
Source§fn clone(&self) -> BmiIndexOutOfBounds
fn clone(&self) -> BmiIndexOutOfBounds
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 BmiIndexOutOfBounds
impl Debug for BmiIndexOutOfBounds
Source§impl Display for BmiIndexOutOfBounds
impl Display for BmiIndexOutOfBounds
Source§impl Error for BmiIndexOutOfBounds
impl Error for BmiIndexOutOfBounds
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<T> From<BmiIndexOutOfBounds> for BmiResult<T>
impl<T> From<BmiIndexOutOfBounds> for BmiResult<T>
Source§fn from(value: BmiIndexOutOfBounds) -> Self
fn from(value: BmiIndexOutOfBounds) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BmiIndexOutOfBounds
impl PartialEq for BmiIndexOutOfBounds
impl Copy for BmiIndexOutOfBounds
impl Eq for BmiIndexOutOfBounds
impl StructuralPartialEq for BmiIndexOutOfBounds
Auto Trait Implementations§
impl Freeze for BmiIndexOutOfBounds
impl RefUnwindSafe for BmiIndexOutOfBounds
impl Send for BmiIndexOutOfBounds
impl Sync for BmiIndexOutOfBounds
impl Unpin for BmiIndexOutOfBounds
impl UnwindSafe for BmiIndexOutOfBounds
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