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