pub struct Conflict {
pub removes: Vec<ConflictTerm>,
pub adds: Vec<ConflictTerm>,
}
Fields§
§removes: Vec<ConflictTerm>
§adds: Vec<ConflictTerm>
Trait Implementations§
source§impl ContentHash for Conflict
impl ContentHash for Conflict
source§impl PartialEq for Conflict
impl PartialEq for Conflict
impl Eq for Conflict
impl StructuralPartialEq for Conflict
Auto Trait Implementations§
impl RefUnwindSafe for Conflict
impl Send for Conflict
impl Sync for Conflict
impl Unpin for Conflict
impl UnwindSafe for Conflict
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more