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