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