Struct lapin_async::uri::AMQPAuthority
source · pub struct AMQPAuthority {
pub userinfo: AMQPUserInfo,
pub host: String,
pub port: u16,
}Fields
userinfo: AMQPUserInfohost: Stringport: u16Trait Implementations
sourceimpl Clone for AMQPAuthority
impl Clone for AMQPAuthority
sourcefn clone(&self) -> AMQPAuthority
fn clone(&self) -> AMQPAuthority
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AMQPAuthority
impl Debug for AMQPAuthority
sourceimpl Default for AMQPAuthority
impl Default for AMQPAuthority
sourcefn default() -> AMQPAuthority
fn default() -> AMQPAuthority
Returns the “default value” for a type. Read more
sourceimpl PartialEq<AMQPAuthority> for AMQPAuthority
impl PartialEq<AMQPAuthority> for AMQPAuthority
sourcefn eq(&self, other: &AMQPAuthority) -> bool
fn eq(&self, other: &AMQPAuthority) -> bool
impl StructuralPartialEq for AMQPAuthority
Auto Trait Implementations
impl RefUnwindSafe for AMQPAuthority
impl Send for AMQPAuthority
impl Sync for AMQPAuthority
impl Unpin for AMQPAuthority
impl UnwindSafe for AMQPAuthority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more