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

pub struct Application {
    pub name: String,
    pub website: Option<String>,
}

Application details.

Fields

Name of the application.

Homepage URL of the application.

Trait Implementations

impl Debug for Application
[src]

Formats the value using the given formatter. Read more

impl Clone for Application
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Application

impl Sync for Application