Enum notion::models::search::FormulaCondition [−][src]
pub enum FormulaCondition {
Text(TextCondition),
Number(NumberCondition),
Checkbox(CheckboxCondition),
Date(DateCondition),
}
Variants
Text(TextCondition)
Tuple Fields
Only return pages where the result type of the page property formula is “text” and the provided text filter condition matches the formula’s value.
Number(NumberCondition)
Tuple Fields
Only return pages where the result type of the page property formula is “number” and the provided number filter condition matches the formula’s value.
Checkbox(CheckboxCondition)
Tuple Fields
Only return pages where the result type of the page property formula is “checkbox” and the provided checkbox filter condition matches the formula’s value.
Date(DateCondition)
Tuple Fields
Only return pages where the result type of the page property formula is “date” and the provided date filter condition matches the formula’s value.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FormulaCondition
impl Send for FormulaCondition
impl Sync for FormulaCondition
impl Unpin for FormulaCondition
impl UnwindSafe for FormulaCondition
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more