Struct noah_api::anon_xfr::structs::AxfrOwnerMemo
source · pub struct AxfrOwnerMemo(_);Expand description
Information directed to secret key holder of a BlindAssetRecord
Implementations§
Trait Implementations§
source§impl Clone for AxfrOwnerMemo
impl Clone for AxfrOwnerMemo
source§fn clone(&self) -> AxfrOwnerMemo
fn clone(&self) -> AxfrOwnerMemo
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 AxfrOwnerMemo
impl Debug for AxfrOwnerMemo
source§impl<'de> Deserialize<'de> for AxfrOwnerMemo
impl<'de> Deserialize<'de> for AxfrOwnerMemo
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<AxfrOwnerMemo> for AxfrOwnerMemo
impl PartialEq<AxfrOwnerMemo> for AxfrOwnerMemo
source§fn eq(&self, other: &AxfrOwnerMemo) -> bool
fn eq(&self, other: &AxfrOwnerMemo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AxfrOwnerMemo
impl Serialize for AxfrOwnerMemo
impl Eq for AxfrOwnerMemo
impl StructuralEq for AxfrOwnerMemo
impl StructuralPartialEq for AxfrOwnerMemo
Auto Trait Implementations§
impl RefUnwindSafe for AxfrOwnerMemo
impl Send for AxfrOwnerMemo
impl Sync for AxfrOwnerMemo
impl Unpin for AxfrOwnerMemo
impl UnwindSafe for AxfrOwnerMemo
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