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§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
§type Builder = SaslMechanismsFromXmlBuilder
type Builder = SaslMechanismsFromXmlBuilder
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 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§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
)