pub struct CounterFactory<'a> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CounterFactory<'a>
impl<'a> RefUnwindSafe for CounterFactory<'a>
impl<'a> Send for CounterFactory<'a>
impl<'a> Sync for CounterFactory<'a>
impl<'a> Unpin for CounterFactory<'a>
impl<'a> UnwindSafe for CounterFactory<'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