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