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