pub struct PolicyDigest(/* private fields */);Expand description
Compact deterministic calculation-policy digest.
Implementations§
Trait Implementations§
Source§impl Clone for PolicyDigest
impl Clone for PolicyDigest
Source§fn clone(&self) -> PolicyDigest
fn clone(&self) -> PolicyDigest
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 PolicyDigest
Source§impl Debug for PolicyDigest
impl Debug for PolicyDigest
impl Eq for PolicyDigest
Source§impl Hash for PolicyDigest
impl Hash for PolicyDigest
Source§impl Ord for PolicyDigest
impl Ord for PolicyDigest
Source§fn cmp(&self, other: &PolicyDigest) -> Ordering
fn cmp(&self, other: &PolicyDigest) -> 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 PartialEq for PolicyDigest
impl PartialEq for PolicyDigest
Source§impl PartialOrd for PolicyDigest
impl PartialOrd for PolicyDigest
impl StructuralPartialEq for PolicyDigest
Auto Trait Implementations§
impl Freeze for PolicyDigest
impl RefUnwindSafe for PolicyDigest
impl Send for PolicyDigest
impl Sync for PolicyDigest
impl Unpin for PolicyDigest
impl UnsafeUnpin for PolicyDigest
impl UnwindSafe for PolicyDigest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FingerprintValue for Twhere
T: Hash,
impl<T> FingerprintValue for Twhere
T: Hash,
Source§fn incremental_fingerprint(&self) -> ValueFingerprint
fn incremental_fingerprint(&self) -> ValueFingerprint
Returns a compact value identity for incremental cutoff.