Enum ssh2::OpenType [] [src]

pub enum OpenType {
    File,
    Dir,
}

How to open a file handle with libssh2.

Variants

Specify that a file shoud be opened.

Specify that a directory should be opened.

Trait Implementations

impl Copy for OpenType
[src]

impl Clone for OpenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more