#[non_exhaustive]pub struct StopJobOutputBuilder { /* private fields */ }Expand description
A builder for StopJobOutput.
Implementations§
Trait Implementations§
source§impl Clone for StopJobOutputBuilder
impl Clone for StopJobOutputBuilder
source§fn clone(&self) -> StopJobOutputBuilder
fn clone(&self) -> StopJobOutputBuilder
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 StopJobOutputBuilder
impl Debug for StopJobOutputBuilder
source§impl Default for StopJobOutputBuilder
impl Default for StopJobOutputBuilder
source§fn default() -> StopJobOutputBuilder
fn default() -> StopJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopJobOutputBuilder> for StopJobOutputBuilder
impl PartialEq<StopJobOutputBuilder> for StopJobOutputBuilder
source§fn eq(&self, other: &StopJobOutputBuilder) -> bool
fn eq(&self, other: &StopJobOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.