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