pub struct ComparisonOptions {
pub value: ValueCompareOptions,
pub formula: FormulaCompareMode,
pub include_formula_cached_values: bool,
}Expand description
All comparison-behaviour options.
Fields§
§value: ValueCompareOptions§formula: FormulaCompareMode§include_formula_cached_values: boolWhether the formula’s cached value is compared as a value change.
Trait Implementations§
Source§impl Clone for ComparisonOptions
impl Clone for ComparisonOptions
Source§fn clone(&self) -> ComparisonOptions
fn clone(&self) -> ComparisonOptions
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 ComparisonOptions
impl Debug for ComparisonOptions
Auto Trait Implementations§
impl Freeze for ComparisonOptions
impl RefUnwindSafe for ComparisonOptions
impl Send for ComparisonOptions
impl Sync for ComparisonOptions
impl Unpin for ComparisonOptions
impl UnsafeUnpin for ComparisonOptions
impl UnwindSafe for ComparisonOptions
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