Enum flep_protocol::file_type::TextFormat [] [src]

pub enum TextFormat {
    NonPrint,
    TelnetFormatControl,
    ASACarriageControl,
}

Variants

Trait Implementations

impl Copy for TextFormat
[src]

impl Clone for TextFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextFormat
[src]

Formats the value using the given formatter.

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

impl Argument for TextFormat
[src]

Read an argument with a leading space character. Read more