#[non_exhaustive]pub struct UpdateTagValueMetadata { /* private fields */ }Expand description
Runtime operation information for updating a TagValue.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateTagValueMetadata
impl Clone for UpdateTagValueMetadata
Source§fn clone(&self) -> UpdateTagValueMetadata
fn clone(&self) -> UpdateTagValueMetadata
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 UpdateTagValueMetadata
impl Debug for UpdateTagValueMetadata
Source§impl Default for UpdateTagValueMetadata
impl Default for UpdateTagValueMetadata
Source§fn default() -> UpdateTagValueMetadata
fn default() -> UpdateTagValueMetadata
Returns the “default value” for a type. Read more
Source§impl Message for UpdateTagValueMetadata
impl Message for UpdateTagValueMetadata
Source§impl PartialEq for UpdateTagValueMetadata
impl PartialEq for UpdateTagValueMetadata
impl StructuralPartialEq for UpdateTagValueMetadata
Auto Trait Implementations§
impl Freeze for UpdateTagValueMetadata
impl RefUnwindSafe for UpdateTagValueMetadata
impl Send for UpdateTagValueMetadata
impl Sync for UpdateTagValueMetadata
impl Unpin for UpdateTagValueMetadata
impl UnwindSafe for UpdateTagValueMetadata
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