Enum libssh_rs::FileType [−][src]
pub enum FileType {
Special,
Symlink,
Regular,
Directory,
Unknown,
}
Variants
Special
Symlink
Regular
Directory
Unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileType
impl UnwindSafe for FileType
Blanket Implementations
Mutably borrows from an owned value. Read more