pub struct WorktreeSnapshotFingerprint(/* private fields */);Expand description
Stable digest of ordered path names and semantic slot evidence.
Implementations§
Source§impl WorktreeSnapshotFingerprint
impl WorktreeSnapshotFingerprint
pub const fn sha256(self) -> Sha256Hash
Trait Implementations§
Source§impl Clone for WorktreeSnapshotFingerprint
impl Clone for WorktreeSnapshotFingerprint
Source§fn clone(&self) -> WorktreeSnapshotFingerprint
fn clone(&self) -> WorktreeSnapshotFingerprint
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 WorktreeSnapshotFingerprint
Source§impl Debug for WorktreeSnapshotFingerprint
impl Debug for WorktreeSnapshotFingerprint
impl Eq for WorktreeSnapshotFingerprint
Source§impl Hash for WorktreeSnapshotFingerprint
impl Hash for WorktreeSnapshotFingerprint
Source§impl Ord for WorktreeSnapshotFingerprint
impl Ord for WorktreeSnapshotFingerprint
Source§fn cmp(&self, other: &WorktreeSnapshotFingerprint) -> Ordering
fn cmp(&self, other: &WorktreeSnapshotFingerprint) -> Ordering
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 WorktreeSnapshotFingerprint
impl PartialOrd for WorktreeSnapshotFingerprint
impl StructuralPartialEq for WorktreeSnapshotFingerprint
Auto Trait Implementations§
impl Freeze for WorktreeSnapshotFingerprint
impl RefUnwindSafe for WorktreeSnapshotFingerprint
impl Send for WorktreeSnapshotFingerprint
impl Sync for WorktreeSnapshotFingerprint
impl Unpin for WorktreeSnapshotFingerprint
impl UnsafeUnpin for WorktreeSnapshotFingerprint
impl UnwindSafe for WorktreeSnapshotFingerprint
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