pub struct ThresholdAdjustment {
pub level: Option<f64>,
}Expand description
TS ThresholdAdjustment (type: 'threshold').
Fields§
§level: Option<f64>Trait Implementations§
Source§impl Clone for ThresholdAdjustment
impl Clone for ThresholdAdjustment
Source§fn clone(&self) -> ThresholdAdjustment
fn clone(&self) -> ThresholdAdjustment
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 ThresholdAdjustment
impl Debug for ThresholdAdjustment
Source§impl Default for ThresholdAdjustment
impl Default for ThresholdAdjustment
Source§fn default() -> ThresholdAdjustment
fn default() -> ThresholdAdjustment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ThresholdAdjustment
impl RefUnwindSafe for ThresholdAdjustment
impl Send for ThresholdAdjustment
impl Sync for ThresholdAdjustment
impl Unpin for ThresholdAdjustment
impl UnsafeUnpin for ThresholdAdjustment
impl UnwindSafe for ThresholdAdjustment
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