Struct amq_protocol::protocol::connection::Secure [−][src]
pub struct Secure {
pub challenge: LongString,
}Fields
challenge: LongString
Trait Implementations
impl Clone for Secure[src]
impl Clone for Securefn clone(&self) -> Secure[src]
fn clone(&self) -> SecureReturns 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 Secure[src]
impl Debug for Securefn 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 Secure[src]
impl PartialEq for Secure