Struct xmpp_parsers::cert_management::Cert
source · pub struct Cert {
pub data: <Base64 as Codec>::Decoded,
}
Expand description
An X.509 certificate.
Fields§
§data: <Base64 as Codec>::Decoded
The BER X.509 data.
Trait Implementations§
source§impl PartialEq for Cert
impl PartialEq for Cert
impl StructuralPartialEq for Cert
Auto Trait Implementations§
impl Freeze for Cert
impl RefUnwindSafe for Cert
impl Send for Cert
impl Sync for Cert
impl Unpin for Cert
impl UnwindSafe for Cert
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more