pub struct MergeOutput {
pub lca: Option<OpId>,
pub outcomes: Vec<MergeOutcome>,
}Fields§
§lca: Option<OpId>§outcomes: Vec<MergeOutcome>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeOutput
impl RefUnwindSafe for MergeOutput
impl Send for MergeOutput
impl Sync for MergeOutput
impl Unpin for MergeOutput
impl UnsafeUnpin for MergeOutput
impl UnwindSafe for MergeOutput
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