Enum safe_core::nfs::Mode [] [src]

pub enum Mode {
    Overwrite,
    Append,
}

Mode of the writer

Variants

Will create new data

Will append content to the existing data

Trait Implementations

impl Clone for Mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Mode
[src]

impl Debug for Mode
[src]

[src]

Formats the value using the given formatter.