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