Struct noah_api::xfr::structs::AssetTracerKeyPair
source · pub struct AssetTracerKeyPair {
pub enc_key: AssetTracerEncKeys,
pub dec_key: AssetTracerDecKeys,
}Expand description
An asset tracer key pair.
Fields§
§enc_key: AssetTracerEncKeysThe encryption keys.
dec_key: AssetTracerDecKeysThe decryption keys.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for AssetTracerKeyPair
impl<'de> Deserialize<'de> for AssetTracerKeyPair
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<AssetTracerKeyPair> for AssetTracerKeyPair
impl PartialEq<AssetTracerKeyPair> for AssetTracerKeyPair
source§fn eq(&self, other: &AssetTracerKeyPair) -> bool
fn eq(&self, other: &AssetTracerKeyPair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AssetTracerKeyPair
impl Serialize for AssetTracerKeyPair
impl Eq for AssetTracerKeyPair
impl StructuralEq for AssetTracerKeyPair
impl StructuralPartialEq for AssetTracerKeyPair
Auto Trait Implementations§
impl RefUnwindSafe for AssetTracerKeyPair
impl Send for AssetTracerKeyPair
impl Sync for AssetTracerKeyPair
impl Unpin for AssetTracerKeyPair
impl UnwindSafe for AssetTracerKeyPair
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