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