Enum notion_client::endpoints::databases::query::request::CheckBoxCondition
source · pub enum CheckBoxCondition {
Equals(bool),
DoesNotEqual(bool),
}
Variants§
Trait Implementations§
source§impl Clone for CheckBoxCondition
impl Clone for CheckBoxCondition
source§fn clone(&self) -> CheckBoxCondition
fn clone(&self) -> CheckBoxCondition
Returns a copy 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 CheckBoxCondition
impl Debug for CheckBoxCondition
source§impl PartialEq for CheckBoxCondition
impl PartialEq for CheckBoxCondition
source§fn eq(&self, other: &CheckBoxCondition) -> bool
fn eq(&self, other: &CheckBoxCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CheckBoxCondition
impl Serialize for CheckBoxCondition
impl Eq for CheckBoxCondition
impl StructuralPartialEq for CheckBoxCondition
Auto Trait Implementations§
impl Freeze for CheckBoxCondition
impl RefUnwindSafe for CheckBoxCondition
impl Send for CheckBoxCondition
impl Sync for CheckBoxCondition
impl Unpin for CheckBoxCondition
impl UnwindSafe for CheckBoxCondition
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<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.