pub struct MechanicalDesignGeometricPresentationRepresentation {
pub name: String,
pub items: Vec<RepresentationItemRef>,
pub context_of_items: RepresentationContextRef,
}Fields§
§name: String§items: Vec<RepresentationItemRef>§context_of_items: RepresentationContextRefTrait Implementations§
Source§impl Clone for MechanicalDesignGeometricPresentationRepresentation
impl Clone for MechanicalDesignGeometricPresentationRepresentation
Source§fn clone(&self) -> MechanicalDesignGeometricPresentationRepresentation
fn clone(&self) -> MechanicalDesignGeometricPresentationRepresentation
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 MechanicalDesignGeometricPresentationRepresentation
impl PartialEq for MechanicalDesignGeometricPresentationRepresentation
Source§fn eq(
&self,
other: &MechanicalDesignGeometricPresentationRepresentation,
) -> bool
fn eq( &self, other: &MechanicalDesignGeometricPresentationRepresentation, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MechanicalDesignGeometricPresentationRepresentation
Auto Trait Implementations§
impl Freeze for MechanicalDesignGeometricPresentationRepresentation
impl RefUnwindSafe for MechanicalDesignGeometricPresentationRepresentation
impl Send for MechanicalDesignGeometricPresentationRepresentation
impl Sync for MechanicalDesignGeometricPresentationRepresentation
impl Unpin for MechanicalDesignGeometricPresentationRepresentation
impl UnsafeUnpin for MechanicalDesignGeometricPresentationRepresentation
impl UnwindSafe for MechanicalDesignGeometricPresentationRepresentation
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