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