Struct extrahop::Oid [] [src]

pub struct Oid(_);

A metric source ID.

Methods

impl Oid
[src]

Creates a new OID.

Gets a representation of the OID for use in a URL path.

Trait Implementations

impl Debug for Oid
[src]

Formats the value using the given formatter.

impl Clone for Oid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Oid
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Oid
[src]

impl Hash for Oid
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more