Enum atomicwrites::OverwriteBehavior
[−]
[src]
pub enum OverwriteBehavior {
AllowOverwrite,
DisallowOverwrite,
}Variants
AllowOverwriteOverwrite files silently.
DisallowOverwriteDon'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]
fn clone(&self) -> OverwriteBehavior[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more