Struct query_structure::filter::OneRelationIsNullFilter
source · pub struct OneRelationIsNullFilter {
pub field: RelationField,
}
Expand description
Filter that is solely responsible for checking if a to-one related record is null. Todo there’s no good, obvious reason why this is a separate filter.
Fields§
§field: RelationField
Trait Implementations§
source§impl Clone for OneRelationIsNullFilter
impl Clone for OneRelationIsNullFilter
source§fn clone(&self) -> OneRelationIsNullFilter
fn clone(&self) -> OneRelationIsNullFilter
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 OneRelationIsNullFilter
impl Debug for OneRelationIsNullFilter
source§impl From<OneRelationIsNullFilter> for Filter
impl From<OneRelationIsNullFilter> for Filter
source§fn from(sf: OneRelationIsNullFilter) -> Self
fn from(sf: OneRelationIsNullFilter) -> Self
Converts to this type from the input type.
source§impl Hash for OneRelationIsNullFilter
impl Hash for OneRelationIsNullFilter
source§impl PartialEq for OneRelationIsNullFilter
impl PartialEq for OneRelationIsNullFilter
source§fn eq(&self, other: &OneRelationIsNullFilter) -> bool
fn eq(&self, other: &OneRelationIsNullFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OneRelationIsNullFilter
impl StructuralEq for OneRelationIsNullFilter
impl StructuralPartialEq for OneRelationIsNullFilter
Auto Trait Implementations§
impl !RefUnwindSafe for OneRelationIsNullFilter
impl Send for OneRelationIsNullFilter
impl Sync for OneRelationIsNullFilter
impl Unpin for OneRelationIsNullFilter
impl !UnwindSafe for OneRelationIsNullFilter
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.