Struct dinghy_lib::config::SshDeviceConfiguration
[−]
[src]
pub struct SshDeviceConfiguration {
pub hostname: String,
pub username: String,
pub port: Option<u16>,
pub path: Option<String>,
pub target: Option<String>,
pub toolchain: Option<String>,
pub platform: Option<String>,
}Fields
hostname: String
username: String
port: Option<u16>
path: Option<String>
target: Option<String>
toolchain: Option<String>
platform: Option<String>
Trait Implementations
impl Clone for SshDeviceConfiguration[src]
fn clone(&self) -> SshDeviceConfiguration[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more