Struct rust_chain::structs::Checksum160
source · [−]Expand description
Fields
data: [u8; 20]
Implementations
sourceimpl Checksum160
impl Checksum160
Trait Implementations
sourceimpl Clone for Checksum160
impl Clone for Checksum160
sourcefn clone(&self) -> Checksum160
fn clone(&self) -> Checksum160
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 Checksum160
impl Default for Checksum160
sourcefn default() -> Checksum160
fn default() -> Checksum160
Returns the “default value” for a type. Read more
sourceimpl Packer for Checksum160
impl Packer for Checksum160
sourceimpl PartialEq<Checksum160> for Checksum160
impl PartialEq<Checksum160> for Checksum160
sourcefn eq(&self, other: &Checksum160) -> bool
fn eq(&self, other: &Checksum160) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Checksum160) -> bool
fn ne(&self, other: &Checksum160) -> bool
This method tests for !=
.
sourceimpl TypeInfo for Checksum160
impl TypeInfo for Checksum160
impl Copy for Checksum160
impl Eq for Checksum160
impl StructuralEq for Checksum160
impl StructuralPartialEq for Checksum160
Auto Trait Implementations
impl RefUnwindSafe for Checksum160
impl Send for Checksum160
impl Sync for Checksum160
impl Unpin for Checksum160
impl UnwindSafe for Checksum160
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.