Struct xmpp_parsers::legacy_omemo::SignedPreKeyPublic
source · pub struct SignedPreKeyPublic {
pub signed_pre_key_id: Option<u32>,
pub data: Vec<u8>,
}
Expand description
SignedPreKey public key Part of a device’s bundle
Fields§
§signed_pre_key_id: Option<u32>
SignedPreKey id
data: Vec<u8>
Serialized PublicKey
Trait Implementations§
source§impl AsXml for SignedPreKeyPublic
impl AsXml for SignedPreKeyPublic
source§impl Clone for SignedPreKeyPublic
impl Clone for SignedPreKeyPublic
source§fn clone(&self) -> SignedPreKeyPublic
fn clone(&self) -> SignedPreKeyPublic
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 SignedPreKeyPublic
impl Debug for SignedPreKeyPublic
source§impl From<SignedPreKeyPublic> for Element
impl From<SignedPreKeyPublic> for Element
source§fn from(other: SignedPreKeyPublic) -> Self
fn from(other: SignedPreKeyPublic) -> Self
Converts to this type from the input type.
source§impl FromXml for SignedPreKeyPublic
impl FromXml for SignedPreKeyPublic
§type Builder = SignedPreKeyPublicFromXmlBuilder
type Builder = SignedPreKeyPublicFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for SignedPreKeyPublic
impl PartialEq for SignedPreKeyPublic
source§fn eq(&self, other: &SignedPreKeyPublic) -> bool
fn eq(&self, other: &SignedPreKeyPublic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for SignedPreKeyPublic
impl TryFrom<Element> for SignedPreKeyPublic
impl StructuralPartialEq for SignedPreKeyPublic
Auto Trait Implementations§
impl Freeze for SignedPreKeyPublic
impl RefUnwindSafe for SignedPreKeyPublic
impl Send for SignedPreKeyPublic
impl Sync for SignedPreKeyPublic
impl Unpin for SignedPreKeyPublic
impl UnwindSafe for SignedPreKeyPublic
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
)