Struct flep_protocol::command::misc::LIST [] [src]

pub struct LIST {
    pub remote_filespec: Option<String>,
}

Fields

Trait Implementations

impl Clone for LIST
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LIST
[src]

Formats the value using the given formatter.

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

impl Command for LIST
[src]

Writes the payload data.

Reads payload data.

Gets the name of the command.

Writes the command to a buffer.

Generates the text string for this packet.