pub struct Blobs {
pub base: String,
pub target: String,
pub proposed: String,
pub result: String,
}Expand description
The four texts crate::safety::check compares, for one path.
Fields§
§base: Stringmerge-base(target, proposed) at this path; empty if absent.
target: StringFirst parent at this path; empty if absent.
proposed: StringSecond parent at this path; empty if absent.
result: StringThe merge commit itself at this path; empty if absent.
Trait Implementations§
impl Eq for Blobs
impl StructuralPartialEq for Blobs
Auto Trait Implementations§
impl Freeze for Blobs
impl RefUnwindSafe for Blobs
impl Send for Blobs
impl Sync for Blobs
impl Unpin for Blobs
impl UnsafeUnpin for Blobs
impl UnwindSafe for Blobs
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