pub struct CounterWithExemplarInner<S, N, A> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<S, N, A> Freeze for CounterWithExemplarInner<S, N, A>
impl<S, N, A> RefUnwindSafe for CounterWithExemplarInner<S, N, A>
impl<S, N, A> Send for CounterWithExemplarInner<S, N, A>
impl<S, N, A> Sync for CounterWithExemplarInner<S, N, A>
impl<S, N, A> Unpin for CounterWithExemplarInner<S, N, A>
impl<S, N, A> UnwindSafe for CounterWithExemplarInner<S, N, 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