Enum protocol_ftp_client::RemoteFileKind [] [src]

pub enum RemoteFileKind {
    File,
    Directory,
}

Defines files type for parsed LIST command.

Variants

Trait Implementations

impl PartialEq for RemoteFileKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RemoteFileKind
[src]

Formats the value using the given formatter.