Struct noah_api::xfr::asset_mixer::AssetMixProof
source · pub struct AssetMixProof(pub R1CSProof);Expand description
The asset mixing proof.
Tuple Fields§
§0: R1CSProofTrait Implementations§
source§impl Clone for AssetMixProof
impl Clone for AssetMixProof
source§fn clone(&self) -> AssetMixProof
fn clone(&self) -> AssetMixProof
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 AssetMixProof
impl Debug for AssetMixProof
source§impl<'de> Deserialize<'de> for AssetMixProof
impl<'de> Deserialize<'de> for AssetMixProof
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 PartialEq<AssetMixProof> for AssetMixProof
impl PartialEq<AssetMixProof> for AssetMixProof
source§fn eq(&self, other: &AssetMixProof) -> bool
fn eq(&self, other: &AssetMixProof) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AssetMixProof
impl Serialize for AssetMixProof
impl Eq for AssetMixProof
Auto Trait Implementations§
impl RefUnwindSafe for AssetMixProof
impl Send for AssetMixProof
impl Sync for AssetMixProof
impl Unpin for AssetMixProof
impl UnwindSafe for AssetMixProof
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more