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