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 FromXml for IdentityKey
impl FromXml for IdentityKey
§type Builder = FromEventsViaElement<IdentityKey>
type Builder = FromEventsViaElement<IdentityKey>
A builder type used to construct the element. Read more
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for IdentityKey
impl IntoXml for IdentityKey
§type EventIter = IntoEventsViaElement
type EventIter = IntoEventsViaElement
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.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
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<IdentityKey, FromElementError>
fn try_from(elem: Element) -> Result<IdentityKey, FromElementError>
Performs the conversion.
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
)