pub struct GCounter<N> {
pub data: HashMap<N, u64>,
}Fields§
§data: HashMap<N, u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for GCounter<N>
impl<N> RefUnwindSafe for GCounter<N>where
N: RefUnwindSafe,
impl<N> Send for GCounter<N>where
N: Send,
impl<N> Sync for GCounter<N>where
N: Sync,
impl<N> Unpin for GCounter<N>where
N: Unpin,
impl<N> UnwindSafe for GCounter<N>where
N: UnwindSafe,
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