Enum atomicwrites::OverwriteBehavior [] [src]

pub enum OverwriteBehavior {
    AllowOverwrite,
    DisallowOverwrite,
}

Variants

Overwrite files silently.

Don't overwrite files. AtomicFile.write will raise errors for such conditions only after you've already written your data.

Trait Implementations

impl Clone for OverwriteBehavior
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OverwriteBehavior
[src]

Auto Trait Implementations