pub struct EquivalenceHash(pub [u8; 14]);Expand description
14-byte SHA256-Hash ueber ein serialisiertes TypeObject.
Spec §7.3.1.2: der Hash wird aus der ersten 14 Bytes der SHA-256 ueber das XCDR2-serialisierte TypeObject gebildet.
Tuple Fields§
§0: [u8; 14]Implementations§
Trait Implementations§
Source§impl Clone for EquivalenceHash
impl Clone for EquivalenceHash
Source§fn clone(&self) -> EquivalenceHash
fn clone(&self) -> EquivalenceHash
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 moreSource§impl Debug for EquivalenceHash
impl Debug for EquivalenceHash
Source§impl Hash for EquivalenceHash
impl Hash for EquivalenceHash
Source§impl Ord for EquivalenceHash
impl Ord for EquivalenceHash
Source§fn cmp(&self, other: &EquivalenceHash) -> Ordering
fn cmp(&self, other: &EquivalenceHash) -> 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 EquivalenceHash
impl PartialEq for EquivalenceHash
Source§fn eq(&self, other: &EquivalenceHash) -> bool
fn eq(&self, other: &EquivalenceHash) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EquivalenceHash
impl PartialOrd for EquivalenceHash
impl Copy for EquivalenceHash
impl Eq for EquivalenceHash
impl StructuralPartialEq for EquivalenceHash
Auto Trait Implementations§
impl Freeze for EquivalenceHash
impl RefUnwindSafe for EquivalenceHash
impl Send for EquivalenceHash
impl Sync for EquivalenceHash
impl Unpin for EquivalenceHash
impl UnsafeUnpin for EquivalenceHash
impl UnwindSafe for EquivalenceHash
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