Struct mackerel_client::service::Service [] [src]

pub struct Service {
    pub name: String,
    pub memo: String,
    pub roles: Vec<String>,
}

A service

Fields

Trait Implementations

impl PartialEq for Service
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Service
[src]

Formats the value using the given formatter.