pub struct GetMonitorsMonitorIdResponseMonitorOptions {
pub follow_redirects: Option<bool>,
pub request_delay: Option<f64>,
pub request_timeout: Option<f64>,
pub strict_ssl: Option<bool>,
}
Fields§
§follow_redirects: Option<bool>
If true, follow redirects enabled.
request_delay: Option<f64>
The monitor’s request delay value.
request_timeout: Option<f64>
The monitor’s request timeout value.
strict_ssl: Option<bool>
If true, strict SSL enabled.
Trait Implementations§
Source§impl Clone for GetMonitorsMonitorIdResponseMonitorOptions
impl Clone for GetMonitorsMonitorIdResponseMonitorOptions
Source§fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorOptions
fn clone(&self) -> GetMonitorsMonitorIdResponseMonitorOptions
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 GetMonitorsMonitorIdResponseMonitorOptions
impl<'de> Deserialize<'de> for GetMonitorsMonitorIdResponseMonitorOptions
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 GetMonitorsMonitorIdResponseMonitorOptions
impl PartialEq for GetMonitorsMonitorIdResponseMonitorOptions
Source§fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorOptions) -> bool
fn eq(&self, other: &GetMonitorsMonitorIdResponseMonitorOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetMonitorsMonitorIdResponseMonitorOptions
Auto Trait Implementations§
impl Freeze for GetMonitorsMonitorIdResponseMonitorOptions
impl RefUnwindSafe for GetMonitorsMonitorIdResponseMonitorOptions
impl Send for GetMonitorsMonitorIdResponseMonitorOptions
impl Sync for GetMonitorsMonitorIdResponseMonitorOptions
impl Unpin for GetMonitorsMonitorIdResponseMonitorOptions
impl UnwindSafe for GetMonitorsMonitorIdResponseMonitorOptions
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