Struct rust_chain::structs::Checksum512
source · [−]Expand description
Fields
data: [u8; 64]
Implementations
sourceimpl Checksum512
impl Checksum512
Trait Implementations
sourceimpl Clone for Checksum512
impl Clone for Checksum512
sourcefn clone(&self) -> Checksum512
fn clone(&self) -> Checksum512
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for Checksum512
impl Default for Checksum512
sourceimpl Packer for Checksum512
impl Packer for Checksum512
sourceimpl PartialEq<Checksum512> for Checksum512
impl PartialEq<Checksum512> for Checksum512
sourcefn eq(&self, other: &Checksum512) -> bool
fn eq(&self, other: &Checksum512) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Checksum512) -> bool
fn ne(&self, other: &Checksum512) -> bool
This method tests for !=
.
sourceimpl TypeInfo for Checksum512
impl TypeInfo for Checksum512
impl Copy for Checksum512
impl Eq for Checksum512
impl StructuralEq for Checksum512
impl StructuralPartialEq for Checksum512
Auto Trait Implementations
impl RefUnwindSafe for Checksum512
impl Send for Checksum512
impl Sync for Checksum512
impl Unpin for Checksum512
impl UnwindSafe for Checksum512
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.