pub struct GetMonitorsMonitorIdResponseMonitorNotifications {
pub on_error: Option<Vec<GetMonitorsMonitorIdResponseMonitorNotificationsOnErrorItem>>,
pub on_failure: Option<Vec<GetMonitorsMonitorIdResponseMonitorNotificationsOnFailureItem>>,
}
Fields§
§on_error: Option<Vec<GetMonitorsMonitorIdResponseMonitorNotificationsOnErrorItem>>
§on_failure: Option<Vec<GetMonitorsMonitorIdResponseMonitorNotificationsOnFailureItem>>
Trait Implementations§
Source§impl Clone for GetMonitorsMonitorIdResponseMonitorNotifications
impl Clone for GetMonitorsMonitorIdResponseMonitorNotifications
Source§fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorNotifications
fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorNotifications
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 GetMonitorsMonitorIdResponseMonitorNotifications
impl<'de> Deserialize<'de> for GetMonitorsMonitorIdResponseMonitorNotifications
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 GetMonitorsMonitorIdResponseMonitorNotifications
impl PartialEq for GetMonitorsMonitorIdResponseMonitorNotifications
Source§fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorNotifications) -> bool
fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorNotifications) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetMonitorsMonitorIdResponseMonitorNotifications
Auto Trait Implementations§
impl Freeze for GetMonitorsMonitorIdResponseMonitorNotifications
impl RefUnwindSafe for GetMonitorsMonitorIdResponseMonitorNotifications
impl Send for GetMonitorsMonitorIdResponseMonitorNotifications
impl Sync for GetMonitorsMonitorIdResponseMonitorNotifications
impl Unpin for GetMonitorsMonitorIdResponseMonitorNotifications
impl UnwindSafe for GetMonitorsMonitorIdResponseMonitorNotifications
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