pub struct StartMonitoringScheduleRequest {
pub monitoring_schedule_name: String,
}
Fields§
§monitoring_schedule_name: String
The name of the schedule to start.
Trait Implementations§
Source§impl Clone for StartMonitoringScheduleRequest
impl Clone for StartMonitoringScheduleRequest
Source§fn clone(&self) -> StartMonitoringScheduleRequest
fn clone(&self) -> StartMonitoringScheduleRequest
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 StartMonitoringScheduleRequest
impl Default for StartMonitoringScheduleRequest
Source§fn default() -> StartMonitoringScheduleRequest
fn default() -> StartMonitoringScheduleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartMonitoringScheduleRequest
impl PartialEq for StartMonitoringScheduleRequest
Source§fn eq(&self, other: &StartMonitoringScheduleRequest) -> bool
fn eq(&self, other: &StartMonitoringScheduleRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StartMonitoringScheduleRequest
Auto Trait Implementations§
impl Freeze for StartMonitoringScheduleRequest
impl RefUnwindSafe for StartMonitoringScheduleRequest
impl Send for StartMonitoringScheduleRequest
impl Sync for StartMonitoringScheduleRequest
impl Unpin for StartMonitoringScheduleRequest
impl UnwindSafe for StartMonitoringScheduleRequest
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