pub struct ResetMainSecretRequest {
pub encrypted_pri_key: ByteBuf,
pub l2_pub_key: PublicKey,
}Fields§
§encrypted_pri_key: ByteBuf§l2_pub_key: PublicKeyImplementations§
Trait Implementations§
source§impl Clone for ResetMainSecretRequest
impl Clone for ResetMainSecretRequest
source§fn clone(&self) -> ResetMainSecretRequest
fn clone(&self) -> ResetMainSecretRequest
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 ResetMainSecretRequest
impl Debug for ResetMainSecretRequest
source§impl<'de> Deserialize<'de> for ResetMainSecretRequest
impl<'de> Deserialize<'de> for ResetMainSecretRequest
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<ResetMainSecretRequest> for ResetMainSecretRequest
impl PartialEq<ResetMainSecretRequest> for ResetMainSecretRequest
source§fn eq(&self, other: &ResetMainSecretRequest) -> bool
fn eq(&self, other: &ResetMainSecretRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ResetMainSecretRequest
impl Serialize for ResetMainSecretRequest
impl Eq for ResetMainSecretRequest
impl StructuralEq for ResetMainSecretRequest
impl StructuralPartialEq for ResetMainSecretRequest
Auto Trait Implementations§
impl RefUnwindSafe for ResetMainSecretRequest
impl Send for ResetMainSecretRequest
impl Sync for ResetMainSecretRequest
impl Unpin for ResetMainSecretRequest
impl UnwindSafe for ResetMainSecretRequest
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