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 FromXml for Cert
impl FromXml for Cert
§type Builder = FromEventsViaElement<Cert>
type Builder = FromEventsViaElement<Cert>
A builder type used to construct the element.
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for Cert
impl IntoXml for Cert
§type EventIter = IntoEventsViaElement<Cert>
type EventIter = IntoEventsViaElement<Cert>
The iterator type.
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.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