Struct xmpp_parsers::legacy_omemo::IdentityKey
source · pub struct IdentityKey {
pub data: Vec<u8>,
}
Expand description
Part of a device’s bundle
Fields§
§data: Vec<u8>
Serialized PublicKey
Trait Implementations§
source§impl AsXml for IdentityKey
impl AsXml for IdentityKey
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = IdentityKeyAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = IdentityKeyAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.source§impl Clone for IdentityKey
impl Clone for IdentityKey
source§fn clone(&self) -> IdentityKey
fn clone(&self) -> IdentityKey
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 IdentityKey
impl Debug for IdentityKey
source§impl From<IdentityKey> for Element
impl From<IdentityKey> for Element
source§fn from(other: IdentityKey) -> Self
fn from(other: IdentityKey) -> Self
Converts to this type from the input type.
source§impl FromXml for IdentityKey
impl FromXml for IdentityKey
source§impl PartialEq for IdentityKey
impl PartialEq for IdentityKey
source§fn eq(&self, other: &IdentityKey) -> bool
fn eq(&self, other: &IdentityKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for IdentityKey
impl TryFrom<Element> for IdentityKey
impl StructuralPartialEq for IdentityKey
Auto Trait Implementations§
impl Freeze for IdentityKey
impl RefUnwindSafe for IdentityKey
impl Send for IdentityKey
impl Sync for IdentityKey
impl Unpin for IdentityKey
impl UnwindSafe for IdentityKey
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
)