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§fn clone(&self) -> PrometheusText
fn clone(&self) -> PrometheusText
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 moreSource§impl Debug for PrometheusText
impl Debug for PrometheusText
Source§impl Default for PrometheusText
impl Default for PrometheusText
Source§fn default() -> PrometheusText
fn default() -> PrometheusText
Returns the “default value” for a type. Read more
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