Enum ssh2::OpenType
[−]
[src]
pub enum OpenType {
File,
Dir,
}How to open a file handle with libssh2.
Variants
FileSpecify that a file shoud be opened.
DirSpecify that a directory should be opened.
Trait Implementations
impl Copy for OpenType[src]
impl Clone for OpenType[src]
fn clone(&self) -> OpenType
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