Struct xmpp_parsers::openpgp::PubKeyMeta
source · pub struct PubKeyMeta {
pub v4fingerprint: String,
pub date: DateTime,
}
Expand description
Public key metadata
Fields§
§v4fingerprint: String
OpenPGP v4 fingerprint
date: DateTime
Time the key was published or updated
Trait Implementations§
source§impl Clone for PubKeyMeta
impl Clone for PubKeyMeta
source§fn clone(&self) -> PubKeyMeta
fn clone(&self) -> PubKeyMeta
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PubKeyMeta
impl Debug for PubKeyMeta
source§impl From<PubKeyMeta> for Element
impl From<PubKeyMeta> for Element
source§fn from(elem: PubKeyMeta) -> Element
fn from(elem: PubKeyMeta) -> Element
Converts to this type from the input type.
source§impl FromXml for PubKeyMeta
impl FromXml for PubKeyMeta
§type Builder = FromEventsViaElement<PubKeyMeta>
type Builder = FromEventsViaElement<PubKeyMeta>
A builder type used to construct the element. Read more
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 PubKeyMeta
impl IntoXml for PubKeyMeta
§type EventIter = IntoEventsViaElement
type EventIter = IntoEventsViaElement
The iterator type. Read more
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 PubKeyMeta
impl PartialEq for PubKeyMeta
source§fn eq(&self, other: &PubKeyMeta) -> bool
fn eq(&self, other: &PubKeyMeta) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for PubKeyMeta
impl TryFrom<Element> for PubKeyMeta
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<PubKeyMeta, FromElementError>
fn try_from(elem: Element) -> Result<PubKeyMeta, FromElementError>
Performs the conversion.
impl StructuralPartialEq for PubKeyMeta
Auto Trait Implementations§
impl Freeze for PubKeyMeta
impl RefUnwindSafe for PubKeyMeta
impl Send for PubKeyMeta
impl Sync for PubKeyMeta
impl Unpin for PubKeyMeta
impl UnwindSafe for PubKeyMeta
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)