pub struct UnresolvedConflict {
pub resource_id: ResourceId,
pub period: OverallocationPeriod,
pub reason: String,
}Expand description
A conflict that could not be resolved
Fields§
§resource_id: ResourceId§period: OverallocationPeriod§reason: StringTrait Implementations§
Source§impl Clone for UnresolvedConflict
impl Clone for UnresolvedConflict
Source§fn clone(&self) -> UnresolvedConflict
fn clone(&self) -> UnresolvedConflict
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnresolvedConflict
impl RefUnwindSafe for UnresolvedConflict
impl Send for UnresolvedConflict
impl Sync for UnresolvedConflict
impl Unpin for UnresolvedConflict
impl UnwindSafe for UnresolvedConflict
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