pub struct AutoDiffError { /* private fields */ }
Implementations§
Source§impl AutoDiffError
impl AutoDiffError
pub fn new(msg: &str) -> AutoDiffError
Trait Implementations§
Source§impl Debug for AutoDiffError
impl Debug for AutoDiffError
Source§impl Display for AutoDiffError
impl Display for AutoDiffError
Source§impl Error for AutoDiffError
impl Error for AutoDiffError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl From<AutoDiffError> for Error
impl From<AutoDiffError> for Error
Source§fn from(item: AutoDiffError) -> Error
fn from(item: AutoDiffError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AutoDiffError
impl RefUnwindSafe for AutoDiffError
impl Send for AutoDiffError
impl Sync for AutoDiffError
impl Unpin for AutoDiffError
impl UnwindSafe for AutoDiffError
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