pub struct FirestoreDeleteInitialBuilder<'a, D>where
D: FirestoreDeleteSupport,{ /* private fields */ }Expand description
The initial builder for a Firestore delete operation.
Created by calling FirestoreExprBuilder::delete().
Implementations§
Source§impl<'a, D> FirestoreDeleteInitialBuilder<'a, D>where
D: FirestoreDeleteSupport,
impl<'a, D> FirestoreDeleteInitialBuilder<'a, D>where
D: FirestoreDeleteSupport,
Sourcepub fn from(self, collection_id: &str) -> FirestoreDeleteDocIdBuilder<'a, D>
pub fn from(self, collection_id: &str) -> FirestoreDeleteDocIdBuilder<'a, D>
Specifies the collection ID from which to delete the document.
§Arguments
collection_id: The ID of the collection.
§Returns
A FirestoreDeleteDocIdBuilder to specify the document ID and other options.
Trait Implementations§
Source§impl<'a, D> Clone for FirestoreDeleteInitialBuilder<'a, D>where
D: FirestoreDeleteSupport + Clone,
impl<'a, D> Clone for FirestoreDeleteInitialBuilder<'a, D>where
D: FirestoreDeleteSupport + Clone,
Source§fn clone(&self) -> FirestoreDeleteInitialBuilder<'a, D>
fn clone(&self) -> FirestoreDeleteInitialBuilder<'a, D>
Returns a duplicate 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> Freeze for FirestoreDeleteInitialBuilder<'a, D>
impl<'a, D> RefUnwindSafe for FirestoreDeleteInitialBuilder<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for FirestoreDeleteInitialBuilder<'a, D>where
D: Sync,
impl<'a, D> Sync for FirestoreDeleteInitialBuilder<'a, D>where
D: Sync,
impl<'a, D> Unpin for FirestoreDeleteInitialBuilder<'a, D>
impl<'a, D> UnwindSafe for FirestoreDeleteInitialBuilder<'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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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