pub struct ContractDocumentReference {
pub id: DocumentReference,
}Expand description
Contract Reference
Fields§
§id: DocumentReferenceContract Reference The identification of a contract.
Trait Implementations§
Source§impl Clone for ContractDocumentReference
impl Clone for ContractDocumentReference
Source§fn clone(&self) -> ContractDocumentReference
fn clone(&self) -> ContractDocumentReference
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 ContractDocumentReference
impl Debug for ContractDocumentReference
Source§impl<'de> Deserialize<'de> for ContractDocumentReference
impl<'de> Deserialize<'de> for ContractDocumentReference
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ContractDocumentReference
impl RefUnwindSafe for ContractDocumentReference
impl Send for ContractDocumentReference
impl Sync for ContractDocumentReference
impl Unpin for ContractDocumentReference
impl UnwindSafe for ContractDocumentReference
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