pub struct GetMonitorsMonitorIdResponseMonitorSchedule {
pub cron: Option<String>,
pub next_run: Option<String>,
pub timezone: Option<String>,
}
Fields§
§cron: Option<String>
The monitor’s cron frequency value.
next_run: Option<String>
The date and time of monitor’s next scheduled run.
timezone: Option<String>
The monitor’s timezone.
Trait Implementations§
Source§impl Clone for GetMonitorsMonitorIdResponseMonitorSchedule
impl Clone for GetMonitorsMonitorIdResponseMonitorSchedule
Source§fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorSchedule
fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorSchedule
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<'de> Deserialize<'de> for GetMonitorsMonitorIdResponseMonitorSchedule
impl<'de> Deserialize<'de> for GetMonitorsMonitorIdResponseMonitorSchedule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetMonitorsMonitorIdResponseMonitorSchedule
impl PartialEq for GetMonitorsMonitorIdResponseMonitorSchedule
Source§fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorSchedule) -> bool
fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorSchedule) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetMonitorsMonitorIdResponseMonitorSchedule
Auto Trait Implementations§
impl Freeze for GetMonitorsMonitorIdResponseMonitorSchedule
impl RefUnwindSafe for GetMonitorsMonitorIdResponseMonitorSchedule
impl Send for GetMonitorsMonitorIdResponseMonitorSchedule
impl Sync for GetMonitorsMonitorIdResponseMonitorSchedule
impl Unpin for GetMonitorsMonitorIdResponseMonitorSchedule
impl UnwindSafe for GetMonitorsMonitorIdResponseMonitorSchedule
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