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 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
§type Builder = RequestTokenFromXmlBuilder
type Builder = RequestTokenFromXmlBuilder
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 IntoXml for RequestToken
impl IntoXml for RequestToken
§type EventIter = RequestTokenIntoXmlIterator
type EventIter = RequestTokenIntoXmlIterator
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for RequestToken
impl PartialEq for RequestToken
source§fn eq(&self, other: &RequestToken) -> bool
fn eq(&self, other: &RequestToken) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§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
)