Struct dogstatsd::ServiceCheckOptions [] [src]

pub struct ServiceCheckOptions {
    pub timestamp: Option<i32>,
    pub hostname: Option<&'static str>,
    pub message: Option<&'static str>,
}

Struct for adding optional pieces to a service check

Fields

An optional timestamp to include with the check

An optional hostname to include with the check

An optional message to include with the check

Trait Implementations

impl Clone for ServiceCheckOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ServiceCheckOptions
[src]

impl Debug for ServiceCheckOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for ServiceCheckOptions
[src]

[src]

Returns the "default value" for a type. Read more