Struct futures_fs::WriteOptions[][src]

pub struct WriteOptions { /* fields omitted */ }

Options for how to write to the target file.

The default is to create a new file at the path.

This can be created from std::fs::OpenOptions.

Trait Implementations

impl Debug for WriteOptions
[src]

Formats the value using the given formatter. Read more

impl Default for WriteOptions
[src]

Returns the "default value" for a type. Read more

impl From<OpenOptions> for WriteOptions
[src]

Performs the conversion.

Auto Trait Implementations