[][src]Struct libmussh::Config

pub struct Config { /* fields omitted */ }

The base configuration.

Methods

impl Mussh
[src]

pub fn hostlist(&self) -> &BTreeMap<String, Hosts>
[src]

A list of hosts.

pub fn hosts(&self) -> &BTreeMap<String, Host>
[src]

The hosts.

pub fn cmd(&self) -> &BTreeMap<String, Command>
[src]

A command.

impl Mussh
[src]

pub fn to_host_map(&self, host_cmds: &HostsCmds) -> MultiplexMapType
[src]

Create a host map suitable for use with multiples from this config, and argument matches from clap.

Trait Implementations

impl Eq for Mussh
[src]

impl Default for Mussh
[src]

impl PartialEq<Mussh> for Mussh
[src]

impl Clone for Mussh
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mussh
[src]

impl TryFrom<PathBuf> for Mussh
[src]

type Error = MusshErr

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl Serialize for Mussh
[src]

impl<'de> Deserialize<'de> for Mussh
[src]

Auto Trait Implementations

impl Send for Config

impl Sync for Config

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]