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