pub struct ConflictError {
pub conflicted_files: Vec<String>,
}Expand description
A conflict prevented the merge from completing cleanly.
Fields§
§conflicted_files: Vec<String>Trait Implementations§
Source§impl Debug for ConflictError
impl Debug for ConflictError
Auto Trait Implementations§
impl Freeze for ConflictError
impl RefUnwindSafe for ConflictError
impl Send for ConflictError
impl Sync for ConflictError
impl Unpin for ConflictError
impl UnsafeUnpin for ConflictError
impl UnwindSafe for ConflictError
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