pub(super) struct UpDownCounter {
value: AtomicI64,
}Fields§
§value: AtomicI64Implementations§
Trait Implementations§
Source§impl Debug for UpDownCounter
impl Debug for UpDownCounter
Source§impl Default for UpDownCounter
impl Default for UpDownCounter
Source§fn default() -> UpDownCounter
fn default() -> UpDownCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for UpDownCounter
impl RefUnwindSafe for UpDownCounter
impl Send for UpDownCounter
impl Sync for UpDownCounter
impl Unpin for UpDownCounter
impl UnsafeUnpin for UpDownCounter
impl UnwindSafe for UpDownCounter
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