pub struct AttemptOverrides {
pub phase: AttemptPhase,
pub delta_amplitude: f64,
pub force_family: Option<String>,
pub force_minimal_diff: bool,
pub weight_factor: f64,
}Fields§
§phase: AttemptPhase§delta_amplitude: f64§force_family: Option<String>§force_minimal_diff: bool§weight_factor: f64Trait Implementations§
Source§impl Clone for AttemptOverrides
impl Clone for AttemptOverrides
Source§fn clone(&self) -> AttemptOverrides
fn clone(&self) -> AttemptOverrides
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 moreAuto Trait Implementations§
impl Freeze for AttemptOverrides
impl RefUnwindSafe for AttemptOverrides
impl Send for AttemptOverrides
impl Sync for AttemptOverrides
impl Unpin for AttemptOverrides
impl UnsafeUnpin for AttemptOverrides
impl UnwindSafe for AttemptOverrides
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