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
kind: RemoteFileKind
size: usize
name: String
Trait Implementations
impl PartialEq for RemoteFile
[src]
fn eq(&self, __arg_0: &RemoteFile) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RemoteFile) -> bool
This method tests for !=
.