pub struct AgentCheck {
pub Node: String,
pub CheckID: String,
pub Name: String,
pub Status: String,
pub Notes: String,
pub Output: String,
pub ServiceID: String,
pub ServiceName: String,
}Fields§
§Node: String§CheckID: String§Name: String§Status: String§Notes: String§Output: String§ServiceID: String§ServiceName: StringTrait Implementations§
Source§impl Clone for AgentCheck
impl Clone for AgentCheck
Source§fn clone(&self) -> AgentCheck
fn clone(&self) -> AgentCheck
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 AgentCheck
impl Debug for AgentCheck
Source§impl Default for AgentCheck
impl Default for AgentCheck
Source§fn default() -> AgentCheck
fn default() -> AgentCheck
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentCheckwhere
AgentCheck: Default,
impl<'de> Deserialize<'de> for AgentCheckwhere
AgentCheck: Default,
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 AgentCheck
impl PartialEq for AgentCheck
Source§fn eq(&self, other: &AgentCheck) -> bool
fn eq(&self, other: &AgentCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentCheck
impl Serialize for AgentCheck
impl Eq for AgentCheck
impl StructuralPartialEq for AgentCheck
Auto Trait Implementations§
impl Freeze for AgentCheck
impl RefUnwindSafe for AgentCheck
impl Send for AgentCheck
impl Sync for AgentCheck
impl Unpin for AgentCheck
impl UnsafeUnpin for AgentCheck
impl UnwindSafe for AgentCheck
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.