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: String
Decryption password
Implementations
sourceimpl OwnedIdentity
impl OwnedIdentity
Trait Implementations
sourceimpl Debug for OwnedIdentity
impl Debug for OwnedIdentity
sourceimpl PartialEq<OwnedIdentity> for OwnedIdentity
impl PartialEq<OwnedIdentity> for OwnedIdentity
sourcefn eq(&self, other: &OwnedIdentity) -> bool
fn eq(&self, other: &OwnedIdentity) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OwnedIdentity) -> bool
fn ne(&self, other: &OwnedIdentity) -> bool
This method tests for !=
.
impl StructuralPartialEq for OwnedIdentity
Auto Trait Implementations
impl RefUnwindSafe for OwnedIdentity
impl Send for OwnedIdentity
impl Sync for OwnedIdentity
impl Unpin for OwnedIdentity
impl UnwindSafe for OwnedIdentity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more