Struct xmpp_parsers::stream_features::SaslMechanisms
source · pub struct SaslMechanisms {
pub mechanisms: Vec<String>,
}
Expand description
List of supported SASL mechanisms
Fields§
§mechanisms: Vec<String>
List of information elements describing this SASL mechanism.
Trait Implementations§
source§impl AsXml for SaslMechanisms
impl AsXml for SaslMechanisms
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslMechanismsAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslMechanismsAsXmlIterator<'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 SaslMechanisms
impl Clone for SaslMechanisms
source§fn clone(&self) -> SaslMechanisms
fn clone(&self) -> SaslMechanisms
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 SaslMechanisms
impl Debug for SaslMechanisms
source§impl Default for SaslMechanisms
impl Default for SaslMechanisms
source§fn default() -> SaslMechanisms
fn default() -> SaslMechanisms
Returns the “default value” for a type. Read more
source§impl From<SaslMechanisms> for Element
impl From<SaslMechanisms> for Element
source§fn from(other: SaslMechanisms) -> Self
fn from(other: SaslMechanisms) -> Self
Converts to this type from the input type.
source§impl FromXml for SaslMechanisms
impl FromXml for SaslMechanisms
source§impl PartialEq for SaslMechanisms
impl PartialEq for SaslMechanisms
source§impl TryFrom<Element> for SaslMechanisms
impl TryFrom<Element> for SaslMechanisms
impl StructuralPartialEq for SaslMechanisms
Auto Trait Implementations§
impl Freeze for SaslMechanisms
impl RefUnwindSafe for SaslMechanisms
impl Send for SaslMechanisms
impl Sync for SaslMechanisms
impl Unpin for SaslMechanisms
impl UnwindSafe for SaslMechanisms
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
)