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