Struct mackerel_client::organization::Organization [] [src]

pub struct Organization {
    pub name: String,
}

An organization

Fields

Trait Implementations

impl PartialEq for Organization
[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 Organization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Organization
[src]

Formats the value using the given formatter.