Struct xmpp_parsers::openpgp::PubKey
source · pub struct PubKey {
pub date: Option<DateTime>,
pub data: PubKeyData,
}
Expand description
Pubkey element to be used in PubSub publish payloads.
Fields§
§date: Option<DateTime>
Last updated date
data: PubKeyData
Public key as base64 data
Trait Implementations§
source§impl PartialEq for PubKey
impl PartialEq for PubKey
impl PubSubPayload for PubKey
impl StructuralPartialEq for PubKey
Auto Trait Implementations§
impl RefUnwindSafe for PubKey
impl Send for PubKey
impl Sync for PubKey
impl Unpin for PubKey
impl UnwindSafe for PubKey
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