pub struct DatumId(pub u64);Expand description
A crate::Part’s own id for one of its datums.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for DatumId
impl Eq for DatumId
Source§impl Ord for DatumId
impl Ord for DatumId
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 DatumId
impl PartialOrd for DatumId
impl StructuralPartialEq for DatumId
Auto Trait Implementations§
impl Freeze for DatumId
impl RefUnwindSafe for DatumId
impl Send for DatumId
impl Sync for DatumId
impl Unpin for DatumId
impl UnsafeUnpin for DatumId
impl UnwindSafe for DatumId
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