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]

[src]

Formats the value using the given formatter.

impl Default for WriteOptions
[src]

[src]

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

impl From<OpenOptions> for WriteOptions
[src]

[src]

Performs the conversion.