Struct type_census::Census
source · [−]pub struct Census { /* private fields */ }Expand description
A concurrent map from TypeId to population counts.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Census
impl Send for Census
impl Sync for Census
impl Unpin for Census
impl UnwindSafe for Census
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more