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