pub struct GenerateDataKeyWithoutPlaintextResponse {
pub ciphertext_blob: Option<Bytes>,
pub key_id: Option<String>,
pub key_material_id: Option<String>,
}Expand description
KMS GenerateDataKeyWithoutPlaintextResponse.
Fields§
§ciphertext_blob: Option<Bytes>§key_id: Option<String>§key_material_id: Option<String>Trait Implementations§
Source§impl Clone for GenerateDataKeyWithoutPlaintextResponse
impl Clone for GenerateDataKeyWithoutPlaintextResponse
Source§fn clone(&self) -> GenerateDataKeyWithoutPlaintextResponse
fn clone(&self) -> GenerateDataKeyWithoutPlaintextResponse
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 Default for GenerateDataKeyWithoutPlaintextResponse
impl Default for GenerateDataKeyWithoutPlaintextResponse
Source§fn default() -> GenerateDataKeyWithoutPlaintextResponse
fn default() -> GenerateDataKeyWithoutPlaintextResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GenerateDataKeyWithoutPlaintextResponse
impl<'de> Deserialize<'de> for GenerateDataKeyWithoutPlaintextResponse
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 GenerateDataKeyWithoutPlaintextResponse
impl RefUnwindSafe for GenerateDataKeyWithoutPlaintextResponse
impl Send for GenerateDataKeyWithoutPlaintextResponse
impl Sync for GenerateDataKeyWithoutPlaintextResponse
impl Unpin for GenerateDataKeyWithoutPlaintextResponse
impl UnsafeUnpin for GenerateDataKeyWithoutPlaintextResponse
impl UnwindSafe for GenerateDataKeyWithoutPlaintextResponse
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