pub struct StabilizerConfig {
pub force_family: String,
pub force_minimal_diff: bool,
pub stabilize_weight_factor: f64,
}Fields§
§force_family: String§force_minimal_diff: bool§stabilize_weight_factor: f64Trait Implementations§
Source§impl Clone for StabilizerConfig
impl Clone for StabilizerConfig
Source§fn clone(&self) -> StabilizerConfig
fn clone(&self) -> StabilizerConfig
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 StabilizerConfig
impl RefUnwindSafe for StabilizerConfig
impl Send for StabilizerConfig
impl Sync for StabilizerConfig
impl Unpin for StabilizerConfig
impl UnsafeUnpin for StabilizerConfig
impl UnwindSafe for StabilizerConfig
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