#[non_exhaustive]pub struct StopSuiteRunOutput { /* private fields */ }Implementations§
source§impl StopSuiteRunOutput
 
impl StopSuiteRunOutput
sourcepub fn builder() -> StopSuiteRunOutputBuilder
 
pub fn builder() -> StopSuiteRunOutputBuilder
Creates a new builder-style object to manufacture StopSuiteRunOutput.
Trait Implementations§
source§impl Clone for StopSuiteRunOutput
 
impl Clone for StopSuiteRunOutput
source§fn clone(&self) -> StopSuiteRunOutput
 
fn clone(&self) -> StopSuiteRunOutput
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 StopSuiteRunOutput
 
impl Debug for StopSuiteRunOutput
source§impl PartialEq for StopSuiteRunOutput
 
impl PartialEq for StopSuiteRunOutput
source§fn eq(&self, other: &StopSuiteRunOutput) -> bool
 
fn eq(&self, other: &StopSuiteRunOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for StopSuiteRunOutput
 
impl RequestId for StopSuiteRunOutput
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 StopSuiteRunOutput
Auto Trait Implementations§
impl RefUnwindSafe for StopSuiteRunOutput
impl Send for StopSuiteRunOutput
impl Sync for StopSuiteRunOutput
impl Unpin for StopSuiteRunOutput
impl UnwindSafe for StopSuiteRunOutput
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