Struct zbx_sender::SendValue [] [src]

pub struct SendValue { /* fields omitted */ }

Data item sent to the server.

Trait Implementations

impl Debug for SendValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> From<(&'a str, &'a str, &'a str)> for SendValue
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SendValue

impl Sync for SendValue