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