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