pub struct ObjectivePlan {
pub bounds: Bounds,
pub scale: Vec<f64>,
pub derivative: DerivativeSource,
pub policy: StepPolicy,
pub tolerances: Tolerances,
pub limits: Limits,
pub initial_radius: f64,
}Fields§
§bounds: Bounds§scale: Vec<f64>§derivative: DerivativeSource§policy: StepPolicy§tolerances: Tolerances§limits: Limits§initial_radius: f64Trait Implementations§
Source§impl Clone for ObjectivePlan
impl Clone for ObjectivePlan
Source§fn clone(&self) -> ObjectivePlan
fn clone(&self) -> ObjectivePlan
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 ObjectivePlan
impl Debug for ObjectivePlan
Source§impl PartialEq for ObjectivePlan
impl PartialEq for ObjectivePlan
impl StructuralPartialEq for ObjectivePlan
Auto Trait Implementations§
impl Freeze for ObjectivePlan
impl RefUnwindSafe for ObjectivePlan
impl Send for ObjectivePlan
impl Sync for ObjectivePlan
impl Unpin for ObjectivePlan
impl UnsafeUnpin for ObjectivePlan
impl UnwindSafe for ObjectivePlan
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