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