pub struct PostMonitorsMonitorIdRunResponseRunStatsRequests {
pub failed: Option<f64>,
pub total: Option<f64>,
}
Fields§
§failed: Option<f64>
The number of request failures.
total: Option<f64>
The total number of requests.
Trait Implementations§
Source§impl Clone for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl Clone for PostMonitorsMonitorIdRunResponseRunStatsRequests
Source§fn clone(&self) -> PostMonitorsMonitorIdRunResponseRunStatsRequests
fn clone(&self) -> PostMonitorsMonitorIdRunResponseRunStatsRequests
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 PostMonitorsMonitorIdRunResponseRunStatsRequests
impl<'de> Deserialize<'de> for PostMonitorsMonitorIdRunResponseRunStatsRequests
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 PostMonitorsMonitorIdRunResponseRunStatsRequests
impl PartialEq for PostMonitorsMonitorIdRunResponseRunStatsRequests
Source§fn eq(&self, other: &PostMonitorsMonitorIdRunResponseRunStatsRequests) -> bool
fn eq(&self, other: &PostMonitorsMonitorIdRunResponseRunStatsRequests) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostMonitorsMonitorIdRunResponseRunStatsRequests
Auto Trait Implementations§
impl Freeze for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl RefUnwindSafe for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl Send for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl Sync for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl Unpin for PostMonitorsMonitorIdRunResponseRunStatsRequests
impl UnwindSafe for PostMonitorsMonitorIdRunResponseRunStatsRequests
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