Struct firestore::FirestoreExprBuilder
source · pub struct FirestoreExprBuilder<'a, D> { /* private fields */ }
Implementations§
source§impl<'a, D> FirestoreExprBuilder<'a, D>where
D: FirestoreQuerySupport + FirestoreCreateSupport + FirestoreDeleteSupport + FirestoreUpdateSupport + FirestoreListingSupport + FirestoreGetByIdSupport + FirestoreListenSupport + FirestoreAggregatedQuerySupport + Clone + Send + Sync + 'static,
impl<'a, D> FirestoreExprBuilder<'a, D>where D: FirestoreQuerySupport + FirestoreCreateSupport + FirestoreDeleteSupport + FirestoreUpdateSupport + FirestoreListingSupport + FirestoreGetByIdSupport + FirestoreListenSupport + FirestoreAggregatedQuerySupport + Clone + Send + Sync + 'static,
pub fn select(self) -> FirestoreSelectInitialBuilder<'a, D>
pub fn insert(self) -> FirestoreInsertInitialBuilder<'a, D>
pub fn update(self) -> FirestoreUpdateInitialBuilder<'a, D>
pub fn delete(self) -> FirestoreDeleteInitialBuilder<'a, D>
pub fn list(self) -> FirestoreListingInitialBuilder<'a, D>
Trait Implementations§
source§impl<'a, D: Clone> Clone for FirestoreExprBuilder<'a, D>
impl<'a, D: Clone> Clone for FirestoreExprBuilder<'a, D>
source§fn clone(&self) -> FirestoreExprBuilder<'a, D>
fn clone(&self) -> FirestoreExprBuilder<'a, D>
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 moreAuto Trait Implementations§
impl<'a, D> RefUnwindSafe for FirestoreExprBuilder<'a, D>where D: RefUnwindSafe,
impl<'a, D> Send for FirestoreExprBuilder<'a, D>where D: Sync,
impl<'a, D> Sync for FirestoreExprBuilder<'a, D>where D: Sync,
impl<'a, D> Unpin for FirestoreExprBuilder<'a, D>
impl<'a, D> UnwindSafe for FirestoreExprBuilder<'a, D>where D: RefUnwindSafe,
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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