Struct amq_protocol::uri::AMQPAuthority
[−]
[src]
pub struct AMQPAuthority {
pub userinfo: AMQPUserInfo,
pub host: String,
pub port: u16,
}Fields
userinfo: AMQPUserInfo
host: String
port: u16
Trait Implementations
impl Clone for AMQPAuthority[src]
fn clone(&self) -> AMQPAuthority[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for AMQPAuthority[src]
impl PartialEq for AMQPAuthority[src]
fn eq(&self, __arg_0: &AMQPAuthority) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPAuthority) -> bool[src]
This method tests for !=.