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