pub struct AgentCheck {
pub id: String,
pub name: String,
pub status: ConsulCheckStatus,
pub output: String,
pub service_id: String,
pub service_name: String,
pub notes: Option<String>,
}Fields§
§id: String§name: String§status: ConsulCheckStatus§output: String§service_id: String§service_name: String§notes: Option<String>Trait Implementations§
Source§impl Debug for AgentCheck
impl Debug for AgentCheck
Source§impl<'de> Deserialize<'de> for AgentCheck
impl<'de> Deserialize<'de> for AgentCheck
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 AgentCheck
impl RefUnwindSafe for AgentCheck
impl Send for AgentCheck
impl Sync for AgentCheck
impl Unpin 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