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