pub struct AgentConfigurationSummary {
pub total: u32,
pub synced: u32,
pub not_synced: u32,
}Fields§
§total: u32§synced: u32§not_synced: u32Trait Implementations§
Source§impl Clone for AgentConfigurationSummary
impl Clone for AgentConfigurationSummary
Source§fn clone(&self) -> AgentConfigurationSummary
fn clone(&self) -> AgentConfigurationSummary
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 AgentConfigurationSummary
impl Debug for AgentConfigurationSummary
Source§impl<'de> Deserialize<'de> for AgentConfigurationSummary
impl<'de> Deserialize<'de> for AgentConfigurationSummary
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 AgentConfigurationSummary
impl RefUnwindSafe for AgentConfigurationSummary
impl Send for AgentConfigurationSummary
impl Sync for AgentConfigurationSummary
impl Unpin for AgentConfigurationSummary
impl UnwindSafe for AgentConfigurationSummary
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