pub struct Domain1dError {
pub x: f64,
}Expand description
Returned when the supplied value is outside the range of the supplied xdata.
Fields§
§x: f64Trait Implementations§
Source§impl Debug for Domain1dError
impl Debug for Domain1dError
Source§impl Display for Domain1dError
impl Display for Domain1dError
Source§impl Error for Domain1dError
impl Error for Domain1dError
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 From<Domain1dError> for InterpolationError
impl From<Domain1dError> for InterpolationError
Source§fn from(source: Domain1dError) -> Self
fn from(source: Domain1dError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Domain1dError
impl RefUnwindSafe for Domain1dError
impl Send for Domain1dError
impl Sync for Domain1dError
impl Unpin for Domain1dError
impl UnsafeUnpin for Domain1dError
impl UnwindSafe for Domain1dError
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