Struct lapin_futures_tls_api::uri::AMQPAuthority
source · pub struct AMQPAuthority {
pub userinfo: AMQPUserInfo,
pub host: String,
pub port: u16,
}Fields§
§userinfo: AMQPUserInfo§host: String§port: u16Trait 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
source§impl PartialEq for AMQPAuthority
impl PartialEq for AMQPAuthority
source§fn eq(&self, other: &AMQPAuthority) -> bool
fn eq(&self, other: &AMQPAuthority) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AMQPAuthority
Auto Trait Implementations§
impl Freeze for AMQPAuthority
impl RefUnwindSafe for AMQPAuthority
impl Send for AMQPAuthority
impl Sync for AMQPAuthority
impl Unpin for AMQPAuthority
impl UnwindSafe for AMQPAuthority
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)