Enum shoop::ServerErr [] [src]

pub enum ServerErr {
    SshEnvMissing,
    FileMissing,
}

Variants

SshEnvMissingFileMissing

Trait Implementations

impl Copy for ServerErr
[src]

impl Clone for ServerErr
[src]

fn clone(&self) -> ServerErr

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Display for ServerErr
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.