#[non_exhaustive]pub struct StopSuiteRunOutput {}
Implementations§
source§impl StopSuiteRunOutput
impl StopSuiteRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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<StopSuiteRunOutput> for StopSuiteRunOutput
impl PartialEq<StopSuiteRunOutput> 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 ==
.