Struct xmpp_parsers::fast::FastResponse
source · pub struct FastResponse {
pub count: u32,
pub invalidate: bool,
}
Expand description
This is the <fast/>
element the client MUST include within its SASL2 authentication request.
Fields§
§count: u32
Servers MUST reject any authentication requests received via TLS 0-RTT payloads that do not include a ‘count’ attribute, or where the count is less than or equal to a count that has already been processed for this token. This protects against replay attacks that 0-RTT is susceptible to.
invalidate: bool
If true and the client has successfully authenticated, the server MUST invalidate the token.
Trait Implementations§
source§impl AsXml for FastResponse
impl AsXml for FastResponse
source§impl Clone for FastResponse
impl Clone for FastResponse
source§fn clone(&self) -> FastResponse
fn clone(&self) -> FastResponse
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 FastResponse
impl Debug for FastResponse
source§impl From<FastResponse> for Element
impl From<FastResponse> for Element
source§fn from(other: FastResponse) -> Self
fn from(other: FastResponse) -> Self
Converts to this type from the input type.
source§impl FromXml for FastResponse
impl FromXml for FastResponse
§type Builder = FastResponseFromXmlBuilder
type Builder = FastResponseFromXmlBuilder
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 FastResponse
impl PartialEq for FastResponse
source§fn eq(&self, other: &FastResponse) -> bool
fn eq(&self, other: &FastResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for FastResponse
impl TryFrom<Element> for FastResponse
impl StructuralPartialEq for FastResponse
Auto Trait Implementations§
impl Freeze for FastResponse
impl RefUnwindSafe for FastResponse
impl Send for FastResponse
impl Sync for FastResponse
impl Unpin for FastResponse
impl UnwindSafe for FastResponse
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
)