pub struct GenerateSecretKey {
pub key: KeyId,
}
Available on crate feature
crypto-client
only.Fields§
§key: KeyId
Trait Implementations§
Source§impl Clone for GenerateSecretKey
impl Clone for GenerateSecretKey
Source§fn clone(&self) -> GenerateSecretKey
fn clone(&self) -> GenerateSecretKey
Returns a duplicate 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 GenerateSecretKey
impl Debug for GenerateSecretKey
Source§impl From<GenerateSecretKey> for Reply
impl From<GenerateSecretKey> for Reply
Source§fn from(reply: GenerateSecretKey) -> Reply
fn from(reply: GenerateSecretKey) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for GenerateSecretKey
impl PartialEq for GenerateSecretKey
Source§impl ReplyVariant for GenerateSecretKey
impl ReplyVariant for GenerateSecretKey
type Request = GenerateSecretKey
Source§impl TryFrom<Reply> for GenerateSecretKey
impl TryFrom<Reply> for GenerateSecretKey
impl Eq for GenerateSecretKey
impl StructuralPartialEq for GenerateSecretKey
Auto Trait Implementations§
impl Freeze for GenerateSecretKey
impl RefUnwindSafe for GenerateSecretKey
impl Send for GenerateSecretKey
impl Sync for GenerateSecretKey
impl Unpin for GenerateSecretKey
impl UnwindSafe for GenerateSecretKey
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