pub struct MergeDriverOutput {
pub result: MergeResult,
pub meta_regenerated: bool,
}Expand description
Output of the merge driver: the merge result and whether meta was regenerated.
Fields§
§result: MergeResult§meta_regenerated: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MergeDriverOutput
impl RefUnwindSafe for MergeDriverOutput
impl Send for MergeDriverOutput
impl Sync for MergeDriverOutput
impl Unpin for MergeDriverOutput
impl UnsafeUnpin for MergeDriverOutput
impl UnwindSafe for MergeDriverOutput
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