pub struct ToleranceZoneFormId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ToleranceZoneFormId
impl Clone for ToleranceZoneFormId
Source§fn clone(&self) -> ToleranceZoneFormId
fn clone(&self) -> ToleranceZoneFormId
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 moreimpl Copy for ToleranceZoneFormId
Source§impl Debug for ToleranceZoneFormId
impl Debug for ToleranceZoneFormId
impl Eq for ToleranceZoneFormId
Source§impl Hash for ToleranceZoneFormId
impl Hash for ToleranceZoneFormId
Source§impl PartialEq for ToleranceZoneFormId
impl PartialEq for ToleranceZoneFormId
Source§fn eq(&self, other: &ToleranceZoneFormId) -> bool
fn eq(&self, other: &ToleranceZoneFormId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToleranceZoneFormId
Auto Trait Implementations§
impl Freeze for ToleranceZoneFormId
impl RefUnwindSafe for ToleranceZoneFormId
impl Send for ToleranceZoneFormId
impl Sync for ToleranceZoneFormId
impl Unpin for ToleranceZoneFormId
impl UnsafeUnpin for ToleranceZoneFormId
impl UnwindSafe for ToleranceZoneFormId
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