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