pub struct LabFunctionParams(pub NoneOr<NumberOrPercentage>, pub NoneOr<NumberOrPercentage>, pub NoneOr<NumberOrPercentage>, pub Option<Slash>, pub Option<NoneOr<NumberOrPercentage>>);Tuple Fields§
§0: NoneOr<NumberOrPercentage>§1: NoneOr<NumberOrPercentage>§2: NoneOr<NumberOrPercentage>§3: Option<Slash>§4: Option<NoneOr<NumberOrPercentage>>Trait Implementations§
Source§impl Clone for LabFunctionParams
impl Clone for LabFunctionParams
Source§fn clone(&self) -> LabFunctionParams
fn clone(&self) -> LabFunctionParams
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 LabFunctionParams
impl Debug for LabFunctionParams
Source§impl Hash for LabFunctionParams
impl Hash for LabFunctionParams
Source§impl Ord for LabFunctionParams
impl Ord for LabFunctionParams
Source§fn cmp(&self, other: &LabFunctionParams) -> Ordering
fn cmp(&self, other: &LabFunctionParams) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for LabFunctionParams
impl<'a> Parse<'a> for LabFunctionParams
Source§impl PartialEq for LabFunctionParams
impl PartialEq for LabFunctionParams
Source§impl PartialOrd for LabFunctionParams
impl PartialOrd for LabFunctionParams
Source§impl<'a> Peek<'a> for LabFunctionParams
impl<'a> Peek<'a> for LabFunctionParams
Source§impl ToCursors for LabFunctionParams
impl ToCursors for LabFunctionParams
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for LabFunctionParams
impl StructuralPartialEq for LabFunctionParams
Auto Trait Implementations§
impl Freeze for LabFunctionParams
impl RefUnwindSafe for LabFunctionParams
impl Send for LabFunctionParams
impl Sync for LabFunctionParams
impl Unpin for LabFunctionParams
impl UnwindSafe for LabFunctionParams
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