Enum shoop::ServerErr [] [src]

pub enum ServerErr {
    SshEnv,
    File,
}

Variants

Trait Implementations

impl Clone for ServerErr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ServerErr
[src]

impl Display for ServerErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ServerErr

impl Sync for ServerErr