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