pub struct TableDynamicFilter { /* private fields */ }Expand description
A dynamic date or numeric filter.
Implementations§
Source§impl TableDynamicFilter
impl TableDynamicFilter
Sourcepub const fn kind(&self) -> TableDynamicFilterType
pub const fn kind(&self) -> TableDynamicFilterType
Returns the OOXML dynamic-filter type token.
Sourcepub const fn value(&self) -> Option<&TableNumericValue>
pub const fn value(&self) -> Option<&TableNumericValue>
Returns the optional lower or single comparison value.
Sourcepub const fn iso_value(&self) -> Option<&TableDateTimeValue>
pub const fn iso_value(&self) -> Option<&TableDateTimeValue>
Returns the optional ISO lower or single comparison value.
Sourcepub const fn max_value(&self) -> Option<&TableNumericValue>
pub const fn max_value(&self) -> Option<&TableNumericValue>
Returns the optional upper comparison value.
Sourcepub const fn max_iso_value(&self) -> Option<&TableDateTimeValue>
pub const fn max_iso_value(&self) -> Option<&TableDateTimeValue>
Returns the optional ISO upper comparison value.
Trait Implementations§
Source§impl Clone for TableDynamicFilter
impl Clone for TableDynamicFilter
Source§fn clone(&self) -> TableDynamicFilter
fn clone(&self) -> TableDynamicFilter
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 TableDynamicFilter
impl Debug for TableDynamicFilter
impl Eq for TableDynamicFilter
Source§impl PartialEq for TableDynamicFilter
impl PartialEq for TableDynamicFilter
impl StructuralPartialEq for TableDynamicFilter
Auto Trait Implementations§
impl Freeze for TableDynamicFilter
impl RefUnwindSafe for TableDynamicFilter
impl Send for TableDynamicFilter
impl Sync for TableDynamicFilter
impl Unpin for TableDynamicFilter
impl UnsafeUnpin for TableDynamicFilter
impl UnwindSafe for TableDynamicFilter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.