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