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]
impl Clone for OverwriteBehaviorfn clone(&self) -> OverwriteBehavior[src]
fn clone(&self) -> OverwriteBehaviorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for OverwriteBehavior[src]
impl Copy for OverwriteBehaviorAuto Trait Implementations
impl Send for OverwriteBehavior
impl Send for OverwriteBehaviorimpl Sync for OverwriteBehavior
impl Sync for OverwriteBehavior