#[non_exhaustive]pub struct UpdateTagKeyMetadata {}Expand description
Runtime operation information for updating a TagKey.
Trait Implementations§
Source§impl Clone for UpdateTagKeyMetadata
impl Clone for UpdateTagKeyMetadata
Source§fn clone(&self) -> UpdateTagKeyMetadata
fn clone(&self) -> UpdateTagKeyMetadata
Returns a copy 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 UpdateTagKeyMetadata
impl Debug for UpdateTagKeyMetadata
Source§impl Default for UpdateTagKeyMetadata
impl Default for UpdateTagKeyMetadata
Source§fn default() -> UpdateTagKeyMetadata
fn default() -> UpdateTagKeyMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTagKeyMetadatawhere
UpdateTagKeyMetadata: Default,
impl<'de> Deserialize<'de> for UpdateTagKeyMetadatawhere
UpdateTagKeyMetadata: Default,
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
Source§impl Message for UpdateTagKeyMetadata
impl Message for UpdateTagKeyMetadata
Source§impl PartialEq for UpdateTagKeyMetadata
impl PartialEq for UpdateTagKeyMetadata
Source§impl Serialize for UpdateTagKeyMetadata
impl Serialize for UpdateTagKeyMetadata
impl StructuralPartialEq for UpdateTagKeyMetadata
Auto Trait Implementations§
impl Freeze for UpdateTagKeyMetadata
impl RefUnwindSafe for UpdateTagKeyMetadata
impl Send for UpdateTagKeyMetadata
impl Sync for UpdateTagKeyMetadata
impl Unpin for UpdateTagKeyMetadata
impl UnwindSafe for UpdateTagKeyMetadata
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