Struct xmpp_parsers::stream_features::SaslMechanism
source · pub struct SaslMechanism {
pub mechanism: String,
}
Expand description
The name of a SASL mechanism.
Fields§
§mechanism: String
The stringy name of the mechanism.
Trait Implementations§
source§impl AsXml for SaslMechanism
impl AsXml for SaslMechanism
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslMechanismAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslMechanismAsXmlIterator<'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 SaslMechanism
impl Clone for SaslMechanism
source§fn clone(&self) -> SaslMechanism
fn clone(&self) -> SaslMechanism
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 SaslMechanism
impl Debug for SaslMechanism
source§impl From<SaslMechanism> for Element
impl From<SaslMechanism> for Element
source§fn from(other: SaslMechanism) -> Self
fn from(other: SaslMechanism) -> Self
Converts to this type from the input type.
source§impl FromXml for SaslMechanism
impl FromXml for SaslMechanism
source§impl PartialEq for SaslMechanism
impl PartialEq for SaslMechanism
source§impl TryFrom<Element> for SaslMechanism
impl TryFrom<Element> for SaslMechanism
impl StructuralPartialEq for SaslMechanism
Auto Trait Implementations§
impl Freeze for SaslMechanism
impl RefUnwindSafe for SaslMechanism
impl Send for SaslMechanism
impl Sync for SaslMechanism
impl Unpin for SaslMechanism
impl UnwindSafe for SaslMechanism
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
)