pub struct BranchConflict {
pub branch_name: BranchName,
pub commit_summary: String,
pub conflicting_paths: Vec<String>,
}Fields§
§branch_name: BranchName§commit_summary: String§conflicting_paths: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchConflict
impl RefUnwindSafe for BranchConflict
impl Send for BranchConflict
impl Sync for BranchConflict
impl Unpin for BranchConflict
impl UnsafeUnpin for BranchConflict
impl UnwindSafe for BranchConflict
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