Struct firestore_structured_query::FieldPath
source · pub struct FieldPath { /* private fields */ }
Implementations§
Trait Implementations§
source§impl FieldPathFilterExt for FieldPath
impl FieldPathFilterExt for FieldPath
fn array_contains<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn array_contains_any<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn equal<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn greater_than<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn greater_than_or_equal<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn in<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn is_nan(&self) -> Result<Filter>
fn is_not_nan(&self) -> Result<Filter>
fn is_not_null(&self) -> Result<Filter>
fn is_null(&self) -> Result<Filter>
fn less_than<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn less_than_or_equal<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn not_equal<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
fn not_in<T>(&self, value: &T) -> Result<Filter>where
T: Serialize,
source§impl FieldPathOrderExt for FieldPath
impl FieldPathOrderExt for FieldPath
source§impl Ord for FieldPath
impl Ord for FieldPath
source§impl PartialEq for FieldPath
impl PartialEq for FieldPath
source§impl PartialOrd for FieldPath
impl PartialOrd for FieldPath
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for FieldPath
impl StructuralPartialEq for FieldPath
Auto Trait Implementations§
impl RefUnwindSafe for FieldPath
impl Send for FieldPath
impl Sync for FieldPath
impl Unpin for FieldPath
impl UnwindSafe for FieldPath
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request