pub struct KmsDeleteKeyResult {
pub key_id: String,
pub deletion_date: Option<String>,
pub immediate: bool,
}Expand description
Result returned after requesting KMS key deletion.
Fields§
§key_id: String§deletion_date: Option<String>§immediate: boolTrait Implementations§
Source§impl Clone for KmsDeleteKeyResult
impl Clone for KmsDeleteKeyResult
Source§fn clone(&self) -> KmsDeleteKeyResult
fn clone(&self) -> KmsDeleteKeyResult
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 KmsDeleteKeyResult
impl Debug for KmsDeleteKeyResult
Source§impl<'de> Deserialize<'de> for KmsDeleteKeyResult
impl<'de> Deserialize<'de> for KmsDeleteKeyResult
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
impl Eq for KmsDeleteKeyResult
Source§impl PartialEq for KmsDeleteKeyResult
impl PartialEq for KmsDeleteKeyResult
Source§impl Serialize for KmsDeleteKeyResult
impl Serialize for KmsDeleteKeyResult
impl StructuralPartialEq for KmsDeleteKeyResult
Auto Trait Implementations§
impl Freeze for KmsDeleteKeyResult
impl RefUnwindSafe for KmsDeleteKeyResult
impl Send for KmsDeleteKeyResult
impl Sync for KmsDeleteKeyResult
impl Unpin for KmsDeleteKeyResult
impl UnsafeUnpin for KmsDeleteKeyResult
impl UnwindSafe for KmsDeleteKeyResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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