Struct rrun_ssh::RemoteLocation [] [src]

pub struct RemoteLocation {
    pub host: OsString,
    pub path: PathBuf,
}

Represents a location on a remote host.

Fields

Host of the remote server

Path of the remote directory

Methods

impl RemoteLocation
[src]

Converts a string for a host:location into a RemoteLocation.

Trait Implementations

impl Clone for RemoteLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RemoteLocation
[src]

Formats the value using the given formatter.

impl Eq for RemoteLocation
[src]

impl PartialEq for RemoteLocation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for RemoteLocation
[src]

Formats the value using the given formatter. Read more