Struct aws_sdk_devicefarm::output::DeleteRunOutput
source · [−]#[non_exhaustive]pub struct DeleteRunOutput {}Expand description
Represents the result of a delete run request.
Implementations
sourceimpl DeleteRunOutput
impl DeleteRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRunOutput.
Trait Implementations
sourceimpl Clone for DeleteRunOutput
impl Clone for DeleteRunOutput
sourcefn clone(&self) -> DeleteRunOutput
fn clone(&self) -> DeleteRunOutput
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 DeleteRunOutput
impl Debug for DeleteRunOutput
sourceimpl PartialEq<DeleteRunOutput> for DeleteRunOutput
impl PartialEq<DeleteRunOutput> for DeleteRunOutput
sourcefn eq(&self, other: &DeleteRunOutput) -> bool
fn eq(&self, other: &DeleteRunOutput) -> bool
impl StructuralPartialEq for DeleteRunOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRunOutput
impl Send for DeleteRunOutput
impl Sync for DeleteRunOutput
impl Unpin for DeleteRunOutput
impl UnwindSafe for DeleteRunOutput
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