Struct ssh2::FileType [] [src]

pub struct FileType { /* fields omitted */ }

An structure representing a type of file.

Methods

impl FileType
[src]

[src]

Test whether this file type represents a directory.

[src]

Test whether this file type represents a regular file.

Test whether this file type represents a symbolic link.

Trait Implementations

Auto Trait Implementations

impl Send for FileType

impl Sync for FileType