Struct flep_protocol::reply::Reply [] [src]

pub struct Reply {
    pub code: Code,
    pub text: Text,
}

A reply from the FTP server.

Fields

The 3-digit reply code.

The response text.

Methods

impl Reply
[src]

Trait Implementations

impl Clone for Reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reply
[src]

Formats the value using the given formatter.

impl PartialEq for Reply
[src]

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

This method tests for !=.

impl Eq for Reply
[src]