pub struct MapsComparisonInfo<'a> {
pub bad_sections: HashSet<&'a Section>,
pub missing_sections: HashSet<&'a Section>,
pub compared_list: Vec<SymbolComparisonInfo<'a>>,
}Fields§
§bad_sections: HashSet<&'a Section>§missing_sections: HashSet<&'a Section>§compared_list: Vec<SymbolComparisonInfo<'a>>Implementations§
Source§impl MapsComparisonInfo<'_>
impl MapsComparisonInfo<'_>
Trait Implementations§
Source§impl<'a> Clone for MapsComparisonInfo<'a>
impl<'a> Clone for MapsComparisonInfo<'a>
Source§fn clone(&self) -> MapsComparisonInfo<'a>
fn clone(&self) -> MapsComparisonInfo<'a>
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 moreSource§impl<'a> Debug for MapsComparisonInfo<'a>
impl<'a> Debug for MapsComparisonInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for MapsComparisonInfo<'a>
impl<'a> RefUnwindSafe for MapsComparisonInfo<'a>
impl<'a> Send for MapsComparisonInfo<'a>
impl<'a> Sync for MapsComparisonInfo<'a>
impl<'a> Unpin for MapsComparisonInfo<'a>
impl<'a> UnwindSafe for MapsComparisonInfo<'a>
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