pub struct NumericTypeError(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for NumericTypeError
impl Clone for NumericTypeError
Source§fn clone(&self) -> NumericTypeError
fn clone(&self) -> NumericTypeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NumericTypeError
impl Debug for NumericTypeError
Source§impl Display for NumericTypeError
impl Display for NumericTypeError
impl Eq for NumericTypeError
Source§impl From<NumericTypeError> for MinimizerError
impl From<NumericTypeError> for MinimizerError
Source§fn from(e: NumericTypeError) -> Self
fn from(e: NumericTypeError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NumericTypeError
impl PartialEq for NumericTypeError
Source§fn eq(&self, other: &NumericTypeError) -> bool
fn eq(&self, other: &NumericTypeError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NumericTypeError
Auto Trait Implementations§
impl Freeze for NumericTypeError
impl RefUnwindSafe for NumericTypeError
impl Send for NumericTypeError
impl Sync for NumericTypeError
impl Unpin for NumericTypeError
impl UnsafeUnpin for NumericTypeError
impl UnwindSafe for NumericTypeError
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