#[non_exhaustive]pub struct DeleteRunGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteRunGroupOutput
impl DeleteRunGroupOutput
sourcepub fn builder() -> DeleteRunGroupOutputBuilder
pub fn builder() -> DeleteRunGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteRunGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteRunGroupOutput
impl Clone for DeleteRunGroupOutput
source§fn clone(&self) -> DeleteRunGroupOutput
fn clone(&self) -> DeleteRunGroupOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteRunGroupOutput
impl Debug for DeleteRunGroupOutput
source§impl PartialEq<DeleteRunGroupOutput> for DeleteRunGroupOutput
impl PartialEq<DeleteRunGroupOutput> for DeleteRunGroupOutput
source§fn eq(&self, other: &DeleteRunGroupOutput) -> bool
fn eq(&self, other: &DeleteRunGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteRunGroupOutput
impl RequestId for DeleteRunGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteRunGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRunGroupOutput
impl Send for DeleteRunGroupOutput
impl Sync for DeleteRunGroupOutput
impl Unpin for DeleteRunGroupOutput
impl UnwindSafe for DeleteRunGroupOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more