pub struct StopMonitoringScheduleRequest {
pub monitoring_schedule_name: String,
}
Fields§
§monitoring_schedule_name: String
The name of the schedule to stop.
Trait Implementations§
Source§impl Clone for StopMonitoringScheduleRequest
impl Clone for StopMonitoringScheduleRequest
Source§fn clone(&self) -> StopMonitoringScheduleRequest
fn clone(&self) -> StopMonitoringScheduleRequest
Returns a duplicate 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 Default for StopMonitoringScheduleRequest
impl Default for StopMonitoringScheduleRequest
Source§fn default() -> StopMonitoringScheduleRequest
fn default() -> StopMonitoringScheduleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopMonitoringScheduleRequest
impl PartialEq for StopMonitoringScheduleRequest
Source§fn eq(&self, other: &StopMonitoringScheduleRequest) -> bool
fn eq(&self, other: &StopMonitoringScheduleRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StopMonitoringScheduleRequest
Auto Trait Implementations§
impl Freeze for StopMonitoringScheduleRequest
impl RefUnwindSafe for StopMonitoringScheduleRequest
impl Send for StopMonitoringScheduleRequest
impl Sync for StopMonitoringScheduleRequest
impl Unpin for StopMonitoringScheduleRequest
impl UnwindSafe for StopMonitoringScheduleRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more