Struct consul::TtlHealthCheck [] [src]

pub struct TtlHealthCheck {
    pub ServiceID: String,
    pub ID: String,
    pub Name: String,
    pub Notes: String,
    pub TTL: String,
}

Fields

ServiceID: String ID: String Name: String Notes: String TTL: String

Trait Implementations

impl Debug for TtlHealthCheck
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Encodable for TtlHealthCheck
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for TtlHealthCheck
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<TtlHealthCheck, __D::Error>