Struct cmdshelf::context::RemoteConfig[][src]

pub struct RemoteConfig {
    pub alias: String,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for RemoteConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for RemoteConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations