Struct amq_protocol::uri::AMQPUri [] [src]

pub struct AMQPUri {
    pub scheme: AMQPScheme,
    pub authority: AMQPAuthority,
    pub vhost: String,
    pub query: AMQPQueryString,
}

Fields

Trait Implementations

impl Clone for AMQPUri
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPUri
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPUri
[src]

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

This method tests for !=.

impl Default for AMQPUri
[src]

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

impl FromStr for AMQPUri
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more