pub struct ToleranceZone {
pub name: String,
pub description: Option<String>,
pub of_shape: ProductDefinitionShapeRef,
pub product_definitional: Logical,
pub defining_tolerance: Vec<ToleranceZoneTargetRef>,
pub form: ToleranceZoneFormRef,
}Fields§
§name: String§description: Option<String>§of_shape: ProductDefinitionShapeRef§product_definitional: Logical§defining_tolerance: Vec<ToleranceZoneTargetRef>§form: ToleranceZoneFormRefTrait Implementations§
Source§impl Clone for ToleranceZone
impl Clone for ToleranceZone
Source§fn clone(&self) -> ToleranceZone
fn clone(&self) -> ToleranceZone
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 ToleranceZone
impl Debug for ToleranceZone
Source§impl PartialEq for ToleranceZone
impl PartialEq for ToleranceZone
Source§fn eq(&self, other: &ToleranceZone) -> bool
fn eq(&self, other: &ToleranceZone) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToleranceZone
Auto Trait Implementations§
impl Freeze for ToleranceZone
impl RefUnwindSafe for ToleranceZone
impl Send for ToleranceZone
impl Sync for ToleranceZone
impl Unpin for ToleranceZone
impl UnsafeUnpin for ToleranceZone
impl UnwindSafe for ToleranceZone
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