Struct sta::appinfo::AppInfo [] [src]

pub struct AppInfo {
    pub name: &'static str,
    pub author: &'static str,
    pub repository: &'static str,
    pub crate_link: &'static str,
}

Fields

Methods

impl AppInfo
[src]

[src]

Trait Implementations

impl Debug for AppInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AppInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AppInfo
[src]

Auto Trait Implementations

impl Send for AppInfo

impl Sync for AppInfo