Struct xmpp_parsers::legacy_omemo::SignedPreKeySignature
source · pub struct SignedPreKeySignature {
pub data: Vec<u8>,
}
Expand description
SignedPreKey signature Part of a device’s bundle
Fields§
§data: Vec<u8>
Signature bytes
Trait Implementations§
source§impl AsXml for SignedPreKeySignature
impl AsXml for SignedPreKeySignature
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = SignedPreKeySignatureAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = SignedPreKeySignatureAsXmlIterator<'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 SignedPreKeySignature
impl Clone for SignedPreKeySignature
source§fn clone(&self) -> SignedPreKeySignature
fn clone(&self) -> SignedPreKeySignature
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 SignedPreKeySignature
impl Debug for SignedPreKeySignature
source§impl From<SignedPreKeySignature> for Element
impl From<SignedPreKeySignature> for Element
source§fn from(other: SignedPreKeySignature) -> Self
fn from(other: SignedPreKeySignature) -> Self
Converts to this type from the input type.
source§impl FromXml for SignedPreKeySignature
impl FromXml for SignedPreKeySignature
source§impl PartialEq for SignedPreKeySignature
impl PartialEq for SignedPreKeySignature
source§impl TryFrom<Element> for SignedPreKeySignature
impl TryFrom<Element> for SignedPreKeySignature
impl StructuralPartialEq for SignedPreKeySignature
Auto Trait Implementations§
impl Freeze for SignedPreKeySignature
impl RefUnwindSafe for SignedPreKeySignature
impl Send for SignedPreKeySignature
impl Sync for SignedPreKeySignature
impl Unpin for SignedPreKeySignature
impl UnwindSafe for SignedPreKeySignature
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)