pub struct TypedQuerySnapshot<C>where
C: FirestoreDataConverter,{ /* private fields */ }Implementations§
Source§impl<C> TypedQuerySnapshot<C>where
C: FirestoreDataConverter,
impl<C> TypedQuerySnapshot<C>where
C: FirestoreDataConverter,
pub fn raw(&self) -> &QuerySnapshot
pub fn documents(&self) -> Vec<TypedDocumentSnapshot<C>>
Trait Implementations§
Source§impl<C> Clone for TypedQuerySnapshot<C>where
C: FirestoreDataConverter + Clone,
impl<C> Clone for TypedQuerySnapshot<C>where
C: FirestoreDataConverter + Clone,
Source§fn clone(&self) -> TypedQuerySnapshot<C>
fn clone(&self) -> TypedQuerySnapshot<C>
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 moreSource§impl<C> IntoIterator for TypedQuerySnapshot<C>where
C: FirestoreDataConverter,
impl<C> IntoIterator for TypedQuerySnapshot<C>where
C: FirestoreDataConverter,
Auto Trait Implementations§
impl<C> Freeze for TypedQuerySnapshot<C>
impl<C> RefUnwindSafe for TypedQuerySnapshot<C>where
C: RefUnwindSafe,
impl<C> Send for TypedQuerySnapshot<C>
impl<C> Sync for TypedQuerySnapshot<C>
impl<C> Unpin for TypedQuerySnapshot<C>
impl<C> UnwindSafe for TypedQuerySnapshot<C>where
C: 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