Struct aws_sdk_s3control::output::GetJobTaggingOutput
source · [−]#[non_exhaustive]pub struct GetJobTaggingOutput { /* private fields */ }Implementations
sourceimpl GetJobTaggingOutput
impl GetJobTaggingOutput
The set of tags associated with the S3 Batch Operations job.
sourceimpl GetJobTaggingOutput
impl GetJobTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobTaggingOutput.
Trait Implementations
sourceimpl Clone for GetJobTaggingOutput
impl Clone for GetJobTaggingOutput
sourcefn clone(&self) -> GetJobTaggingOutput
fn clone(&self) -> GetJobTaggingOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetJobTaggingOutput
impl Debug for GetJobTaggingOutput
sourceimpl PartialEq<GetJobTaggingOutput> for GetJobTaggingOutput
impl PartialEq<GetJobTaggingOutput> for GetJobTaggingOutput
sourcefn eq(&self, other: &GetJobTaggingOutput) -> bool
fn eq(&self, other: &GetJobTaggingOutput) -> bool
impl StructuralPartialEq for GetJobTaggingOutput
Auto Trait Implementations
impl RefUnwindSafe for GetJobTaggingOutput
impl Send for GetJobTaggingOutput
impl Sync for GetJobTaggingOutput
impl Unpin for GetJobTaggingOutput
impl UnwindSafe for GetJobTaggingOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more