pub struct DocumentProductAssociation {
pub name: String,
pub description: Option<String>,
pub relating_document: DocumentRef,
pub related_product: ProductOrFormationOrDefinitionRef,
}Fields§
§name: String§description: Option<String>§relating_document: DocumentRefTrait Implementations§
Source§impl Clone for DocumentProductAssociation
impl Clone for DocumentProductAssociation
Source§fn clone(&self) -> DocumentProductAssociation
fn clone(&self) -> DocumentProductAssociation
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 DocumentProductAssociation
impl Debug for DocumentProductAssociation
Source§impl PartialEq for DocumentProductAssociation
impl PartialEq for DocumentProductAssociation
Source§fn eq(&self, other: &DocumentProductAssociation) -> bool
fn eq(&self, other: &DocumentProductAssociation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentProductAssociation
Auto Trait Implementations§
impl Freeze for DocumentProductAssociation
impl RefUnwindSafe for DocumentProductAssociation
impl Send for DocumentProductAssociation
impl Sync for DocumentProductAssociation
impl Unpin for DocumentProductAssociation
impl UnsafeUnpin for DocumentProductAssociation
impl UnwindSafe for DocumentProductAssociation
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