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