Struct rrun_ssh::ProgramArgs [] [src]

pub struct ProgramArgs { /* fields omitted */ }

Builder for the command-line arguments for a program.

Methods

impl ProgramArgs
[src]

Creates a builder for ProgramArgs from a program name.

Appends a single argument.

Converts these arguments into a command to run.

Trait Implementations

impl Clone for ProgramArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProgramArgs
[src]

Formats the value using the given formatter.

impl Eq for ProgramArgs
[src]

impl PartialEq for ProgramArgs
[src]

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

This method tests for !=.

impl<S: Into<OsString>> Extend<S> for ProgramArgs
[src]

Extends a collection with the contents of an iterator. Read more