Struct mammut::entities::status::Application [] [src]

pub struct Application {
    pub name: String,
    pub website: String,
}

Fields

Trait Implementations

impl Debug for Application
[src]

Formats the value using the given formatter.

impl Clone for Application
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more