Struct lapin_async::connection::Credentials [−][src]
pub struct Credentials { /* fields omitted */ }Trait Implementations
impl Clone for Credentials[src]
impl Clone for Credentialsfn clone(&self) -> Credentials[src]
fn clone(&self) -> CredentialsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Credentials[src]
impl Debug for Credentialsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Credentials[src]
impl PartialEq for Credentialsfn eq(&self, other: &Credentials) -> bool[src]
fn eq(&self, other: &Credentials) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Credentials) -> bool[src]
fn ne(&self, other: &Credentials) -> boolThis method tests for !=.
impl Default for Credentials[src]
impl Default for Credentialsfn default() -> Credentials[src]
fn default() -> CredentialsReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Credentials
impl Send for Credentialsimpl Sync for Credentials
impl Sync for Credentials