pub struct GenerateKey {
pub mechanism: Mechanism,
pub attributes: StorageAttributes,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§attributes: StorageAttributes
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 Request
impl From<GenerateKey> for Request
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§impl RequestVariant for GenerateKey
impl RequestVariant for GenerateKey
type Reply = GenerateKey
Source§impl TryFrom<Request> for GenerateKey
impl TryFrom<Request> 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