pub struct CreateKeyInput {
pub key_generation: KeyGeneration,
pub app_binding: AppBindingInput,
pub derivation_details: Option<DerivationDetailsInput>,
pub create_only: bool,
}
Fields§
§key_generation: KeyGeneration
§app_binding: AppBindingInput
§derivation_details: Option<DerivationDetailsInput>
§create_only: bool
Trait Implementations§
Source§impl Clone for CreateKeyInput
impl Clone for CreateKeyInput
Source§fn clone(&self) -> CreateKeyInput
fn clone(&self) -> CreateKeyInput
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 CreateKeyInput
impl Debug for CreateKeyInput
Source§impl<'de> Deserialize<'de> for CreateKeyInput
impl<'de> Deserialize<'de> for CreateKeyInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreateKeyInput
impl RefUnwindSafe for CreateKeyInput
impl Send for CreateKeyInput
impl Sync for CreateKeyInput
impl Unpin for CreateKeyInput
impl UnwindSafe for CreateKeyInput
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