pub enum NewFileHandling {
Keep,
Delete,
}
Variants§
Trait Implementations§
Source§impl Clone for NewFileHandling
impl Clone for NewFileHandling
Source§fn clone(&self) -> NewFileHandling
fn clone(&self) -> NewFileHandling
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 moreimpl Copy for NewFileHandling
Auto Trait Implementations§
impl Freeze for NewFileHandling
impl RefUnwindSafe for NewFileHandling
impl Send for NewFileHandling
impl Sync for NewFileHandling
impl Unpin for NewFileHandling
impl UnwindSafe for NewFileHandling
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