pub struct AuthorityDigest(/* private fields */);Expand description
Compact deterministic effective-authority digest.
Implementations§
Trait Implementations§
Source§impl Clone for AuthorityDigest
impl Clone for AuthorityDigest
Source§fn clone(&self) -> AuthorityDigest
fn clone(&self) -> AuthorityDigest
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 AuthorityDigest
Source§impl Debug for AuthorityDigest
impl Debug for AuthorityDigest
impl Eq for AuthorityDigest
Source§impl Hash for AuthorityDigest
impl Hash for AuthorityDigest
Source§impl Ord for AuthorityDigest
impl Ord for AuthorityDigest
Source§fn cmp(&self, other: &AuthorityDigest) -> Ordering
fn cmp(&self, other: &AuthorityDigest) -> 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 AuthorityDigest
impl PartialEq for AuthorityDigest
Source§impl PartialOrd for AuthorityDigest
impl PartialOrd for AuthorityDigest
impl StructuralPartialEq for AuthorityDigest
Auto Trait Implementations§
impl Freeze for AuthorityDigest
impl RefUnwindSafe for AuthorityDigest
impl Send for AuthorityDigest
impl Sync for AuthorityDigest
impl Unpin for AuthorityDigest
impl UnsafeUnpin for AuthorityDigest
impl UnwindSafe for AuthorityDigest
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.