Struct substrate_prometheus_endpoint::F64
pub struct F64 { /* private fields */ }
Expand description
A atomic float.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicF64
impl RefUnwindSafe for AtomicF64
impl Send for AtomicF64
impl Sync for AtomicF64
impl Unpin for AtomicF64
impl UnwindSafe for AtomicF64
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