Struct dipstick::Namespace[][src]

pub struct Namespace(_);

A list of parts of a metric's name.

Methods

impl Namespace
[src]

Make this namespace a subspace of the parent.

Combine name parts into a string.

Trait Implementations

impl Debug for Namespace
[src]

Formats the value using the given formatter. Read more

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a str> for Namespace
[src]

Performs the conversion.

impl From<String> for Namespace
[src]

Performs the conversion.

impl<'a, 'b: 'a> From<&'b [&'a str]> for Namespace
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Namespace

impl Sync for Namespace