pub struct FullConflictMap {
pub conflict_map: ConflictMap,
pub origins: OriginMap,
pub missing_mods: Vec<ModId>,
}Fields§
§conflict_map: ConflictMap§origins: OriginMap§missing_mods: Vec<ModId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FullConflictMap
impl RefUnwindSafe for FullConflictMap
impl Send for FullConflictMap
impl Sync for FullConflictMap
impl Unpin for FullConflictMap
impl UnsafeUnpin for FullConflictMap
impl UnwindSafe for FullConflictMap
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