pub struct GenerateKey {
pub mechanism: Mechanism,
pub attributes: StorageAttributes,
}Fields§
§mechanism: Mechanism§attributes: StorageAttributesTrait 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 (const: unstable) · 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 Request
Available on crate feature crypto-client only.
impl From<GenerateKey> for Request
Available on crate feature
crypto-client only.Source§fn from(request: GenerateKey) -> Self
fn from(request: GenerateKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GenerateKey
impl PartialEq for GenerateKey
Source§fn eq(&self, other: &GenerateKey) -> bool
fn eq(&self, other: &GenerateKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for GenerateKey
Available on crate feature crypto-client only.
impl RequestVariant for GenerateKey
Available on crate feature
crypto-client only.type Reply = GenerateKey
Source§impl TryFrom<Request> for GenerateKey
Available on crate feature crypto-client only.
impl TryFrom<Request> for GenerateKey
Available on crate feature
crypto-client only.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 UnsafeUnpin 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