#[non_exhaustive]pub struct StopEventsDetectionJobOutput { /* private fields */ }Implementations
sourceimpl StopEventsDetectionJobOutput
impl StopEventsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopEventsDetectionJobOutput.
Trait Implementations
sourceimpl Clone for StopEventsDetectionJobOutput
impl Clone for StopEventsDetectionJobOutput
sourcefn clone(&self) -> StopEventsDetectionJobOutput
fn clone(&self) -> StopEventsDetectionJobOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StopEventsDetectionJobOutput
impl Debug for StopEventsDetectionJobOutput
sourceimpl PartialEq<StopEventsDetectionJobOutput> for StopEventsDetectionJobOutput
impl PartialEq<StopEventsDetectionJobOutput> for StopEventsDetectionJobOutput
sourcefn eq(&self, other: &StopEventsDetectionJobOutput) -> bool
fn eq(&self, other: &StopEventsDetectionJobOutput) -> bool
impl StructuralPartialEq for StopEventsDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for StopEventsDetectionJobOutput
impl Send for StopEventsDetectionJobOutput
impl Sync for StopEventsDetectionJobOutput
impl Unpin for StopEventsDetectionJobOutput
impl UnwindSafe for StopEventsDetectionJobOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more