pub struct ToleranceConfig {
pub must_by_multiplier: f64,
}Fields§
§must_by_multiplier: f64Trait Implementations§
Source§impl Clone for ToleranceConfig
impl Clone for ToleranceConfig
Source§fn clone(&self) -> ToleranceConfig
fn clone(&self) -> ToleranceConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 ToleranceConfig
impl Debug for ToleranceConfig
Source§impl Default for ToleranceConfig
impl Default for ToleranceConfig
Source§impl<'de> Deserialize<'de> for ToleranceConfig
impl<'de> Deserialize<'de> for ToleranceConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ToleranceConfig
impl RefUnwindSafe for ToleranceConfig
impl Send for ToleranceConfig
impl Sync for ToleranceConfig
impl Unpin for ToleranceConfig
impl UnsafeUnpin for ToleranceConfig
impl UnwindSafe for ToleranceConfig
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