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