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