pub struct Tolerances {
pub argument: f64,
pub objective: f64,
pub gradient: f64,
}Fields§
§argument: f64§objective: f64§gradient: f64Trait Implementations§
Source§impl Clone for Tolerances
impl Clone for Tolerances
Source§fn clone(&self) -> Tolerances
fn clone(&self) -> Tolerances
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 moreimpl Copy for Tolerances
Source§impl Debug for Tolerances
impl Debug for Tolerances
Source§impl Default for Tolerances
impl Default for Tolerances
Source§impl PartialEq for Tolerances
impl PartialEq for Tolerances
impl StructuralPartialEq for Tolerances
Auto Trait Implementations§
impl Freeze for Tolerances
impl RefUnwindSafe for Tolerances
impl Send for Tolerances
impl Sync for Tolerances
impl Unpin for Tolerances
impl UnsafeUnpin for Tolerances
impl UnwindSafe for Tolerances
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