Struct ibc::core::ics23_commitment::commitment::CommitmentRoot
source · pub struct CommitmentRoot { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for CommitmentRoot
impl Clone for CommitmentRoot
source§fn clone(&self) -> CommitmentRoot
fn clone(&self) -> CommitmentRoot
Returns a copy of the value. Read more
1.0.0 · 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 CommitmentRoot
impl Debug for CommitmentRoot
source§impl<'de> Deserialize<'de> for CommitmentRoot
impl<'de> Deserialize<'de> for CommitmentRoot
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<CommitmentRoot> for MerkleRoot
impl From<CommitmentRoot> for MerkleRoot
source§fn from(root: CommitmentRoot) -> Self
fn from(root: CommitmentRoot) -> Self
Converts to this type from the input type.
source§impl PartialEq<CommitmentRoot> for CommitmentRoot
impl PartialEq<CommitmentRoot> for CommitmentRoot
source§fn eq(&self, other: &CommitmentRoot) -> bool
fn eq(&self, other: &CommitmentRoot) -> bool
This method tests for
self and other values to be equal, and is used
by ==.