pub struct Histogram<T: Key> { /* private fields */ }Implementations§
Source§impl<T: Key> Histogram<T>
impl<T: Key> Histogram<T>
pub fn new_from_map( map: PerCpuHashMap<MapData, KeyWrapper<T>, u64>, opts: Opts, ) -> Histogram<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Histogram<T>
impl<T> !RefUnwindSafe for Histogram<T>
impl<T> Send for Histogram<T>
impl<T> Sync for Histogram<T>
impl<T> Unpin for Histogram<T>
impl<T> !UnwindSafe for Histogram<T>
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