pub enum V2ConflictChoice {
KeepLocal,
TakeRemote,
From(PathBuf),
}Expand description
One explicit resolution for a previously preserved private conflict bundle.
Variants§
Trait Implementations§
Source§impl Clone for V2ConflictChoice
impl Clone for V2ConflictChoice
Source§fn clone(&self) -> V2ConflictChoice
fn clone(&self) -> V2ConflictChoice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for V2ConflictChoice
impl RefUnwindSafe for V2ConflictChoice
impl Send for V2ConflictChoice
impl Sync for V2ConflictChoice
impl Unpin for V2ConflictChoice
impl UnsafeUnpin for V2ConflictChoice
impl UnwindSafe for V2ConflictChoice
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