Struct parity_dapps_glue::Info [] [src]

pub struct Info {
    pub name: &'static str,
    pub version: &'static str,
    pub author: &'static str,
    pub description: &'static str,
    pub icon_url: &'static str,
}

Fields

Trait Implementations

impl Debug for Info
[src]

[src]

Formats the value using the given formatter.

impl Clone for Info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more