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