pub struct Distribution {
pub namespace: MetricNamespace,
pub metric: String,
pub tags: Vec<Tag>,
pub sketch: SerializedSketch,
pub common: bool,
pub interval: u64,
pub _type: MetricType,
}Fields§
§namespace: MetricNamespace§metric: String§sketch: SerializedSketch§common: bool§interval: u64§_type: MetricTypeTrait Implementations§
Source§impl Debug for Distribution
impl Debug for Distribution
Auto Trait Implementations§
impl Freeze for Distribution
impl RefUnwindSafe for Distribution
impl Send for Distribution
impl Sync for Distribution
impl Unpin for Distribution
impl UnwindSafe for Distribution
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