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