pub struct DocumentReference {
pub assigned_document: DocumentRef,
pub source: String,
}Fields§
§assigned_document: DocumentRef§source: StringTrait Implementations§
Source§impl Clone for DocumentReference
impl Clone for DocumentReference
Source§fn clone(&self) -> DocumentReference
fn clone(&self) -> DocumentReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocumentReference
impl Debug for DocumentReference
Source§impl PartialEq for DocumentReference
impl PartialEq for DocumentReference
Source§fn eq(&self, other: &DocumentReference) -> bool
fn eq(&self, other: &DocumentReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentReference
Auto Trait Implementations§
impl Freeze for DocumentReference
impl RefUnwindSafe for DocumentReference
impl Send for DocumentReference
impl Sync for DocumentReference
impl Unpin for DocumentReference
impl UnsafeUnpin for DocumentReference
impl UnwindSafe for DocumentReference
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