pub struct BranchMergeResult {
pub inconsistent: Vec<InconsistentResource>,
}Expand description
Result of merging two branch states
Fields§
§inconsistent: Vec<InconsistentResource>Resources handled inconsistently between branches
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchMergeResult
impl RefUnwindSafe for BranchMergeResult
impl Send for BranchMergeResult
impl Sync for BranchMergeResult
impl Unpin for BranchMergeResult
impl UnwindSafe for BranchMergeResult
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