Struct amq_protocol::uri::AMQPQueryString [] [src]

pub struct AMQPQueryString {
    pub heartbeat: Option<u16>,
}

Fields

Trait Implementations

impl Clone for AMQPQueryString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPQueryString
[src]

Formats the value using the given formatter.

impl Default for AMQPQueryString
[src]

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

impl PartialEq for AMQPQueryString
[src]

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

This method tests for !=.