Struct ex3_node_types::secret::SecretPublicKeyPocket
source · pub struct SecretPublicKeyPocket {
pub main_secret_pub_key: ByteBuf,
pub api_secret_pub_keys: Vec<ByteBuf>,
}Fields§
§main_secret_pub_key: ByteBuf§api_secret_pub_keys: Vec<ByteBuf>Implementations§
Trait Implementations§
source§impl Clone for SecretPublicKeyPocket
impl Clone for SecretPublicKeyPocket
source§fn clone(&self) -> SecretPublicKeyPocket
fn clone(&self) -> SecretPublicKeyPocket
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 SecretPublicKeyPocket
impl Debug for SecretPublicKeyPocket
source§impl<'de> Deserialize<'de> for SecretPublicKeyPocket
impl<'de> Deserialize<'de> for SecretPublicKeyPocket
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<SecretPublicKeyPocket> for SecretPublicKeyPocket
impl PartialEq<SecretPublicKeyPocket> for SecretPublicKeyPocket
source§fn eq(&self, other: &SecretPublicKeyPocket) -> bool
fn eq(&self, other: &SecretPublicKeyPocket) -> bool
This method tests for
self and other values to be equal, and is used
by ==.