Struct dinghy::config::SshDeviceConfiguration [] [src]

pub struct SshDeviceConfiguration {
    pub hostname: String,
    pub username: String,
    pub target: String,
    pub port: Option<u16>,
    pub path: Option<String>,
}

Fields

Trait Implementations

impl Debug for SshDeviceConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for SshDeviceConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more