Struct xmpp_parsers::fast::RequestToken
source · pub struct RequestToken {
pub mechanism: String,
}
Expand description
This is the <request-token/>
element sent by the client in the SASL2 authenticate step.
Fields§
§mechanism: String
This element MUST contain a ‘mechanism’ attribute, the value of which MUST be one of the FAST mechanisms advertised by the server.
Trait Implementations§
source§impl AsXml for RequestToken
impl AsXml for RequestToken
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = RequestTokenAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = RequestTokenAsXmlIterator<'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 RequestToken
impl Clone for RequestToken
source§fn clone(&self) -> RequestToken
fn clone(&self) -> RequestToken
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 RequestToken
impl Debug for RequestToken
source§impl From<RequestToken> for Element
impl From<RequestToken> for Element
source§fn from(other: RequestToken) -> Self
fn from(other: RequestToken) -> Self
Converts to this type from the input type.
source§impl FromXml for RequestToken
impl FromXml for RequestToken
source§impl PartialEq for RequestToken
impl PartialEq for RequestToken
source§impl TryFrom<Element> for RequestToken
impl TryFrom<Element> for RequestToken
impl StructuralPartialEq for RequestToken
Auto Trait Implementations§
impl Freeze for RequestToken
impl RefUnwindSafe for RequestToken
impl Send for RequestToken
impl Sync for RequestToken
impl Unpin for RequestToken
impl UnwindSafe for RequestToken
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
)