pub enum ConflictAction {
Abort,
Overwrite,
}Expand description
Action to perform when a naming conflict occurs
Variants§
Trait Implementations§
Source§impl Clone for ConflictAction
impl Clone for ConflictAction
Source§fn clone(&self) -> ConflictAction
fn clone(&self) -> ConflictAction
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 ConflictAction
impl Debug for ConflictAction
Source§impl From<bool> for ConflictAction
impl From<bool> for ConflictAction
Source§impl PartialEq for ConflictAction
impl PartialEq for ConflictAction
impl Copy for ConflictAction
impl StructuralPartialEq for ConflictAction
Auto Trait Implementations§
impl Freeze for ConflictAction
impl RefUnwindSafe for ConflictAction
impl Send for ConflictAction
impl Sync for ConflictAction
impl Unpin for ConflictAction
impl UnwindSafe for ConflictAction
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