pub struct MergirafMerge {
pub extension: String,
/* private fields */
}Expand description
Structured (AST) merge via the mergiraf binary, subprocess only (GPLv3).
CLI verified against mergiraf 0.18.0: mergiraf merge <BASE> <LEFT> <RIGHT> -o <OUT>; language is detected from the input file extension.
Fields§
§extension: StringFile extension used for language detection (e.g. “rs”, “py”).
Implementations§
Trait Implementations§
Source§impl MergeStrategy for MergirafMerge
impl MergeStrategy for MergirafMerge
Auto Trait Implementations§
impl Freeze for MergirafMerge
impl RefUnwindSafe for MergirafMerge
impl Send for MergirafMerge
impl Sync for MergirafMerge
impl Unpin for MergirafMerge
impl UnsafeUnpin for MergirafMerge
impl UnwindSafe for MergirafMerge
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