Struct aws_sdk_s3control::input::GetJobTaggingInput
source · [−]#[non_exhaustive]pub struct GetJobTaggingInput { /* private fields */ }Implementations
sourceimpl GetJobTaggingInput
impl GetJobTaggingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobTagging, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobTagging, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetJobTagging>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobTaggingInput.
Trait Implementations
sourceimpl Clone for GetJobTaggingInput
impl Clone for GetJobTaggingInput
sourcefn clone(&self) -> GetJobTaggingInput
fn clone(&self) -> GetJobTaggingInput
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 GetJobTaggingInput
impl Debug for GetJobTaggingInput
sourceimpl PartialEq<GetJobTaggingInput> for GetJobTaggingInput
impl PartialEq<GetJobTaggingInput> for GetJobTaggingInput
sourcefn eq(&self, other: &GetJobTaggingInput) -> bool
fn eq(&self, other: &GetJobTaggingInput) -> bool
impl StructuralPartialEq for GetJobTaggingInput
Auto Trait Implementations
impl RefUnwindSafe for GetJobTaggingInput
impl Send for GetJobTaggingInput
impl Sync for GetJobTaggingInput
impl Unpin for GetJobTaggingInput
impl UnwindSafe for GetJobTaggingInput
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