Struct xmpp_parsers::sasl::Challenge
source · pub struct Challenge {
pub data: <Base64 as Codec>::Decoded,
}
Expand description
In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.
Fields§
§data: <Base64 as Codec>::Decoded
The challenge data.
Trait Implementations§
source§impl PartialEq for Challenge
impl PartialEq for Challenge
impl StructuralPartialEq for Challenge
Auto Trait Implementations§
impl RefUnwindSafe for Challenge
impl Send for Challenge
impl Sync for Challenge
impl Unpin for Challenge
impl UnwindSafe for Challenge
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