pub struct MetaLibCounterMap {
pub counts: HashMap<String, usize>,
pub total: usize,
}Expand description
A counter map for MetaLib frequency analysis.
Fields§
§counts: HashMap<String, usize>§total: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaLibCounterMap
impl RefUnwindSafe for MetaLibCounterMap
impl Send for MetaLibCounterMap
impl Sync for MetaLibCounterMap
impl Unpin for MetaLibCounterMap
impl UnsafeUnpin for MetaLibCounterMap
impl UnwindSafe for MetaLibCounterMap
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