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 CandidType for SecretPublicKeyPocket
impl CandidType for SecretPublicKeyPocket
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 for SecretPublicKeyPocket
impl PartialEq for SecretPublicKeyPocket
Source§impl Serialize for SecretPublicKeyPocket
impl Serialize for SecretPublicKeyPocket
Source§impl TryFrom<&[u8]> for SecretPublicKeyPocket
impl TryFrom<&[u8]> for SecretPublicKeyPocket
impl Eq for SecretPublicKeyPocket
impl StructuralPartialEq for SecretPublicKeyPocket
Auto Trait Implementations§
impl Freeze for SecretPublicKeyPocket
impl RefUnwindSafe for SecretPublicKeyPocket
impl Send for SecretPublicKeyPocket
impl Sync for SecretPublicKeyPocket
impl Unpin for SecretPublicKeyPocket
impl UnwindSafe for SecretPublicKeyPocket
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more