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