pub struct MakeStepConfig {
pub threshold: f64,
pub limit: i32,
}Fields§
§threshold: f64§limit: i32Trait Implementations§
Source§impl Clone for MakeStepConfig
impl Clone for MakeStepConfig
Source§fn clone(&self) -> MakeStepConfig
fn clone(&self) -> MakeStepConfig
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 MakeStepConfig
impl Debug for MakeStepConfig
Source§impl PartialEq for MakeStepConfig
impl PartialEq for MakeStepConfig
Source§fn eq(&self, other: &MakeStepConfig) -> bool
fn eq(&self, other: &MakeStepConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MakeStepConfig
Auto Trait Implementations§
impl Freeze for MakeStepConfig
impl RefUnwindSafe for MakeStepConfig
impl Send for MakeStepConfig
impl Sync for MakeStepConfig
impl Unpin for MakeStepConfig
impl UnsafeUnpin for MakeStepConfig
impl UnwindSafe for MakeStepConfig
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