pub struct TransitKeyConfig {
pub min_decryption_version: Option<u64>,
pub min_encryption_version: Option<u64>,
pub deletion_allowed: Option<bool>,
pub exportable: Option<bool>,
pub allow_plaintext_backup: Option<bool>,
pub auto_rotate_period: Option<String>,
}Fields§
§min_decryption_version: Option<u64>§min_encryption_version: Option<u64>§deletion_allowed: Option<bool>§exportable: Option<bool>§allow_plaintext_backup: Option<bool>§auto_rotate_period: Option<String>Trait Implementations§
Source§impl Clone for TransitKeyConfig
impl Clone for TransitKeyConfig
Source§fn clone(&self) -> TransitKeyConfig
fn clone(&self) -> TransitKeyConfig
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 TransitKeyConfig
impl Debug for TransitKeyConfig
Source§impl Default for TransitKeyConfig
impl Default for TransitKeyConfig
Source§fn default() -> TransitKeyConfig
fn default() -> TransitKeyConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransitKeyConfig
impl RefUnwindSafe for TransitKeyConfig
impl Send for TransitKeyConfig
impl Sync for TransitKeyConfig
impl Unpin for TransitKeyConfig
impl UnsafeUnpin for TransitKeyConfig
impl UnwindSafe for TransitKeyConfig
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