Struct mackerel_client::user::User [] [src]

pub struct User {
    pub id: String,
    pub screen_name: String,
    pub email: String,
}

A user

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for User
[src]

Formats the value using the given formatter.