Struct tcp_stream::OwnedIdentity
source · [−]Expand description
Holds PKCS#12 DER-encoded identity and decryption password
Fields
der: Vec<u8>PKCS#12 DER-encoded identity
password: StringDecryption password
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.