Struct protocol_ftp_client::RemoteFile [] [src]

pub struct RemoteFile {
    pub kind: RemoteFileKind,
    pub size: usize,
    pub name: String,
}

Represents single item parsed LIST command.

Fields

Trait Implementations

impl PartialEq for RemoteFile
[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 RemoteFile
[src]

Formats the value using the given formatter.