pub struct DiffId(/* private fields */);Expand description
A layer diff ID digest marker.
Implementations§
Trait Implementations§
Source§impl Ord for DiffId
impl Ord for DiffId
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 DiffId
impl PartialOrd for DiffId
impl Eq for DiffId
impl StructuralPartialEq for DiffId
Auto Trait Implementations§
impl Freeze for DiffId
impl RefUnwindSafe for DiffId
impl Send for DiffId
impl Sync for DiffId
impl Unpin for DiffId
impl UnsafeUnpin for DiffId
impl UnwindSafe for DiffId
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