pub struct AgentAnalyticsSummaryBridge {
pub online: Option<i64>,
pub stale: Option<i64>,
pub offline: Option<i64>,
pub machines_total: Option<i64>,
}Expand description
AgentAnalyticsSummaryBridge model.
Fields§
§online: Option<i64>§stale: Option<i64>§offline: Option<i64>§machines_total: Option<i64>Trait Implementations§
Source§impl Clone for AgentAnalyticsSummaryBridge
impl Clone for AgentAnalyticsSummaryBridge
Source§fn clone(&self) -> AgentAnalyticsSummaryBridge
fn clone(&self) -> AgentAnalyticsSummaryBridge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentAnalyticsSummaryBridge
impl Debug for AgentAnalyticsSummaryBridge
Source§impl Default for AgentAnalyticsSummaryBridge
impl Default for AgentAnalyticsSummaryBridge
Source§fn default() -> AgentAnalyticsSummaryBridge
fn default() -> AgentAnalyticsSummaryBridge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentAnalyticsSummaryBridge
impl<'de> Deserialize<'de> for AgentAnalyticsSummaryBridge
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
impl StructuralPartialEq for AgentAnalyticsSummaryBridge
Auto Trait Implementations§
impl Freeze for AgentAnalyticsSummaryBridge
impl RefUnwindSafe for AgentAnalyticsSummaryBridge
impl Send for AgentAnalyticsSummaryBridge
impl Sync for AgentAnalyticsSummaryBridge
impl Unpin for AgentAnalyticsSummaryBridge
impl UnsafeUnpin for AgentAnalyticsSummaryBridge
impl UnwindSafe for AgentAnalyticsSummaryBridge
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