pub struct CounterHandle { /* private fields */ }Implementations§
Source§impl CounterHandle
impl CounterHandle
Trait Implementations§
Source§impl Clone for CounterHandle
impl Clone for CounterHandle
Source§fn clone(&self) -> CounterHandle
fn clone(&self) -> CounterHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CounterHandle
impl RefUnwindSafe for CounterHandle
impl Send for CounterHandle
impl Sync for CounterHandle
impl Unpin for CounterHandle
impl UnsafeUnpin for CounterHandle
impl UnwindSafe for CounterHandle
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