[−][src]Struct dipstick::StatsdScope
Statsd Input
Trait Implementations
impl Buffered for StatsdScope[src]
fn buffered(&self, buffering: Buffering) -> Self[src]
fn get_buffering(&self) -> Buffering[src]
fn is_buffered(&self) -> bool[src]
impl Clone for StatsdScope[src]
fn clone(&self) -> StatsdScope[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for StatsdScope[src]
impl Drop for StatsdScope[src]
Any remaining buffered data is flushed on Drop.
impl Flush for StatsdScope[src]
impl InputScope for StatsdScope[src]
fn new_metric(&self, name: MetricName, kind: InputKind) -> InputMetric[src]
Define a metric of the specified type.
fn counter(&self, name: &str) -> Counter[src]
fn marker(&self, name: &str) -> Marker[src]
fn timer(&self, name: &str) -> Timer[src]
fn gauge(&self, name: &str) -> Gauge[src]
fn level(&self, name: &str) -> Level[src]
impl Sampled for StatsdScope[src]
Auto Trait Implementations
impl RefUnwindSafe for StatsdScope
impl Send for StatsdScope
impl Sync for StatsdScope
impl Unpin for StatsdScope
impl UnwindSafe for StatsdScope
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,