Struct xmpp_parsers::legacy_omemo::IdentityKey
source · pub struct IdentityKey {
pub data: <Base64 as Codec>::Decoded,
}
Expand description
Part of a device’s bundle
Fields§
§data: <Base64 as Codec>::Decoded
Serialized PublicKey
Trait Implementations§
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(elem: IdentityKey) -> Element
fn from(elem: IdentityKey) -> Element
Converts to this type from the input type.
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