Struct LinearStepConfig
pub struct LinearStepConfig {
mul: Option<f64>,
}Fields§
§mul: Option<f64>Implementations§
§impl LinearStepConfig
impl LinearStepConfig
pub fn build(self) -> AnyStepMut
fn build_step(self) -> Step
Trait Implementations§
§impl Clone for LinearStepConfig
impl Clone for LinearStepConfig
§fn clone(&self) -> LinearStepConfig
fn clone(&self) -> LinearStepConfig
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 more§impl<'de> Deserialize<'de> for LinearStepConfig
impl<'de> Deserialize<'de> for LinearStepConfig
§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 LinearStepConfig
impl RefUnwindSafe for LinearStepConfig
impl Send for LinearStepConfig
impl Sync for LinearStepConfig
impl Unpin for LinearStepConfig
impl UnwindSafe for LinearStepConfig
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