Enum ubend::Mode[][src]

pub enum Mode {
    Read,
    Write,
    Append,
}

File open mode. Used with PipeSetup.

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter. Read more

impl Copy for Mode
[src]

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Mode
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode