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