pub struct AgentStats {
pub agent: Agent,
pub runtime: RuntimeInfo,
pub serf: SerfInfo,
pub tags: HashMap<String, String>,
}Fields§
§agent: Agent§runtime: RuntimeInfo§serf: SerfInfoTrait Implementations§
Source§impl Debug for AgentStats
impl Debug for AgentStats
Source§impl<'de> Deserialize<'de> for AgentStats
impl<'de> Deserialize<'de> for AgentStats
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 AgentStats
impl RefUnwindSafe for AgentStats
impl Send for AgentStats
impl Sync for AgentStats
impl Unpin for AgentStats
impl UnwindSafe for AgentStats
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