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