pub struct AgentConnectionSummary {
pub total: u32,
pub active: u32,
pub disconnected: u32,
pub never_connected: u32,
pub pending: u32,
}Fields§
§total: u32§active: u32§disconnected: u32§never_connected: u32§pending: u32Trait Implementations§
Source§impl Clone for AgentConnectionSummary
impl Clone for AgentConnectionSummary
Source§fn clone(&self) -> AgentConnectionSummary
fn clone(&self) -> AgentConnectionSummary
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 Debug for AgentConnectionSummary
impl Debug for AgentConnectionSummary
Source§impl<'de> Deserialize<'de> for AgentConnectionSummary
impl<'de> Deserialize<'de> for AgentConnectionSummary
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
Auto Trait Implementations§
impl Freeze for AgentConnectionSummary
impl RefUnwindSafe for AgentConnectionSummary
impl Send for AgentConnectionSummary
impl Sync for AgentConnectionSummary
impl Unpin for AgentConnectionSummary
impl UnwindSafe for AgentConnectionSummary
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