Struct aws_sdk_s3control::output::DeleteJobTaggingOutput
source · #[non_exhaustive]pub struct DeleteJobTaggingOutput {}Implementations§
source§impl DeleteJobTaggingOutput
impl DeleteJobTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteJobTaggingOutput.
Trait Implementations§
source§impl Clone for DeleteJobTaggingOutput
impl Clone for DeleteJobTaggingOutput
source§fn clone(&self) -> DeleteJobTaggingOutput
fn clone(&self) -> DeleteJobTaggingOutput
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 DeleteJobTaggingOutput
impl Debug for DeleteJobTaggingOutput
source§impl PartialEq<DeleteJobTaggingOutput> for DeleteJobTaggingOutput
impl PartialEq<DeleteJobTaggingOutput> for DeleteJobTaggingOutput
source§fn eq(&self, other: &DeleteJobTaggingOutput) -> bool
fn eq(&self, other: &DeleteJobTaggingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.