pub struct QuerySnapshot { /* private fields */ }Implementations§
Source§impl QuerySnapshot
impl QuerySnapshot
Trait Implementations§
Source§impl Clone for QuerySnapshot
impl Clone for QuerySnapshot
Source§fn clone(&self) -> QuerySnapshot
fn clone(&self) -> QuerySnapshot
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 Debug for QuerySnapshot
impl Debug for QuerySnapshot
Source§impl IntoIterator for QuerySnapshot
impl IntoIterator for QuerySnapshot
Auto Trait Implementations§
impl Freeze for QuerySnapshot
impl RefUnwindSafe for QuerySnapshot
impl Send for QuerySnapshot
impl Sync for QuerySnapshot
impl Unpin for QuerySnapshot
impl UnwindSafe for QuerySnapshot
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