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