pub struct PreValidationReport {
pub conflicts: Vec<BranchConflict>,
}Fields§
§conflicts: Vec<BranchConflict>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreValidationReport
impl RefUnwindSafe for PreValidationReport
impl Send for PreValidationReport
impl Sync for PreValidationReport
impl Unpin for PreValidationReport
impl UnsafeUnpin for PreValidationReport
impl UnwindSafe for PreValidationReport
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