pub struct KmsCreateKeyResult {
pub key_id: String,
pub key: Option<KmsKey>,
}Expand description
Result returned after creating a KMS key.
Fields§
§key_id: String§key: Option<KmsKey>Trait Implementations§
Source§impl Clone for KmsCreateKeyResult
impl Clone for KmsCreateKeyResult
Source§fn clone(&self) -> KmsCreateKeyResult
fn clone(&self) -> KmsCreateKeyResult
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 KmsCreateKeyResult
impl Debug for KmsCreateKeyResult
Source§impl<'de> Deserialize<'de> for KmsCreateKeyResult
impl<'de> Deserialize<'de> for KmsCreateKeyResult
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 KmsCreateKeyResult
Source§impl PartialEq for KmsCreateKeyResult
impl PartialEq for KmsCreateKeyResult
Source§impl Serialize for KmsCreateKeyResult
impl Serialize for KmsCreateKeyResult
impl StructuralPartialEq for KmsCreateKeyResult
Auto Trait Implementations§
impl Freeze for KmsCreateKeyResult
impl RefUnwindSafe for KmsCreateKeyResult
impl Send for KmsCreateKeyResult
impl Sync for KmsCreateKeyResult
impl Unpin for KmsCreateKeyResult
impl UnsafeUnpin for KmsCreateKeyResult
impl UnwindSafe for KmsCreateKeyResult
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