Struct amq_protocol_tcp::Identity [−][src]
Expand description
Re-export TcpStream Holds PKCS#12 DER-encoded identity and decryption password
Fields
der: &'der [u8]
PKCS#12 DER-encoded identity
password: &'pass str
Decryption password
Trait Implementations
Auto Trait Implementations
impl<'der, 'pass> RefUnwindSafe for Identity<'der, 'pass>
impl<'der, 'pass> UnwindSafe for Identity<'der, 'pass>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more