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