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