Struct lapin_futures_tls_api::uri::AMQPAuthority
pub struct AMQPAuthority {
pub userinfo: AMQPUserInfo,
pub host: String,
pub port: u16,
}Fields§
§userinfo: AMQPUserInfo§host: String§port: u16Trait Implementations§
§impl Clone for AMQPAuthority
impl Clone for AMQPAuthority
§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 more§impl Debug for AMQPAuthority
impl Debug for AMQPAuthority
§impl Default for AMQPAuthority
impl Default for AMQPAuthority
§fn default() -> AMQPAuthority
fn default() -> AMQPAuthority
Returns the “default value” for a type. Read more