Struct consul::HealthService [] [src]

pub struct HealthService {
    pub Node: Node,
    pub Service: Service,
}

HealthService is used for the health service

Fields

Node: Node Service: Service

Trait Implementations

impl Encodable for HealthService
[src]

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

impl Decodable for HealthService
[src]

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