Enum mongodb::gridfs::file::Mode [] [src]

pub enum Mode {
    Closed,
    Read,
    Write,
}

File modes.

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter.

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 !=.

impl Eq for Mode
[src]