pub enum FileExistStrategy {
Override,
Append,
Fail,
}Variants§
Trait Implementations§
Source§impl Clone for FileExistStrategy
impl Clone for FileExistStrategy
Source§fn clone(&self) -> FileExistStrategy
fn clone(&self) -> FileExistStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileExistStrategy
impl Debug for FileExistStrategy
Source§impl PartialEq for FileExistStrategy
impl PartialEq for FileExistStrategy
impl Copy for FileExistStrategy
impl Eq for FileExistStrategy
impl StructuralPartialEq for FileExistStrategy
Auto Trait Implementations§
impl Freeze for FileExistStrategy
impl RefUnwindSafe for FileExistStrategy
impl Send for FileExistStrategy
impl Sync for FileExistStrategy
impl Unpin for FileExistStrategy
impl UnsafeUnpin for FileExistStrategy
impl UnwindSafe for FileExistStrategy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more