pub struct SketchId(pub u64);Expand description
A crate::Part’s own id for one of its sketches.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for SketchId
impl Eq for SketchId
Source§impl Ord for SketchId
impl Ord for SketchId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SketchId
impl PartialOrd for SketchId
impl StructuralPartialEq for SketchId
Auto Trait Implementations§
impl Freeze for SketchId
impl RefUnwindSafe for SketchId
impl Send for SketchId
impl Sync for SketchId
impl Unpin for SketchId
impl UnsafeUnpin for SketchId
impl UnwindSafe for SketchId
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