pub struct PrometheusText(/* private fields */);Expand description
One complete Prometheus text exposition snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for PrometheusText
impl Clone for PrometheusText
Source§impl Debug for PrometheusText
impl Debug for PrometheusText
Source§impl Default for PrometheusText
impl Default for PrometheusText
impl Eq for PrometheusText
Source§impl PartialEq for PrometheusText
impl PartialEq for PrometheusText
impl StructuralPartialEq for PrometheusText
Auto Trait Implementations§
impl Freeze for PrometheusText
impl RefUnwindSafe for PrometheusText
impl Send for PrometheusText
impl Sync for PrometheusText
impl Unpin for PrometheusText
impl UnsafeUnpin for PrometheusText
impl UnwindSafe for PrometheusText
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