Struct xmpp_parsers::eme::ExplicitMessageEncryption
source · pub struct ExplicitMessageEncryption {
pub namespace: String,
pub name: Option<String>,
}
Expand description
Structure representing an <encryption xmlns='urn:xmpp:eme:0'/>
element.
Fields§
§namespace: String
Namespace of the encryption scheme used.
name: Option<String>
User-friendly name for the encryption scheme, should be None
for OTR,
legacy OpenPGP and OX.
Trait Implementations§
source§impl AsXml for ExplicitMessageEncryption
impl AsXml for ExplicitMessageEncryption
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = ExplicitMessageEncryptionAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = ExplicitMessageEncryptionAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§impl Clone for ExplicitMessageEncryption
impl Clone for ExplicitMessageEncryption
source§fn clone(&self) -> ExplicitMessageEncryption
fn clone(&self) -> ExplicitMessageEncryption
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 ExplicitMessageEncryption
impl Debug for ExplicitMessageEncryption
source§impl From<ExplicitMessageEncryption> for Element
impl From<ExplicitMessageEncryption> for Element
source§fn from(other: ExplicitMessageEncryption) -> Self
fn from(other: ExplicitMessageEncryption) -> Self
Converts to this type from the input type.
source§impl FromXml for ExplicitMessageEncryption
impl FromXml for ExplicitMessageEncryption
source§type Builder = ExplicitMessageEncryptionFromXmlBuilder
type Builder = ExplicitMessageEncryptionFromXmlBuilder
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 TryFrom<Element> for ExplicitMessageEncryption
impl TryFrom<Element> for ExplicitMessageEncryption
impl MessagePayload for ExplicitMessageEncryption
impl StructuralPartialEq for ExplicitMessageEncryption
Auto Trait Implementations§
impl Freeze for ExplicitMessageEncryption
impl RefUnwindSafe for ExplicitMessageEncryption
impl Send for ExplicitMessageEncryption
impl Sync for ExplicitMessageEncryption
impl Unpin for ExplicitMessageEncryption
impl UnwindSafe for ExplicitMessageEncryption
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
)