Struct lapin_futures_tls_api::lapin::uri::AMQPAuthority
source · pub struct AMQPAuthority {
pub userinfo: AMQPUserInfo,
pub host: String,
pub port: u16,
}Expand description
The connection information
Fields§
§userinfo: AMQPUserInfoThe credentials used to connect to the server
host: StringThe server’s host
port: u16The port the server listens on
Trait Implementations§
source§impl Clone for AMQPAuthority
impl Clone for AMQPAuthority
source§fn clone(&self) -> AMQPAuthority
fn clone(&self) -> AMQPAuthority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AMQPAuthority
impl Debug for AMQPAuthority
source§impl Default for AMQPAuthority
impl Default for AMQPAuthority
source§fn default() -> AMQPAuthority
fn default() -> AMQPAuthority
Returns the “default value” for a type. Read more