pub struct Continue {
pub additional_data: Vec<u8>,
pub tasks: Vec<String>,
pub text: Option<String>,
}
Expand description
Authentication requires extra steps (eg. 2FA)
Fields§
§additional_data: Vec<u8>
Additional SASL data
tasks: Vec<String>
List of extra authentication steps.
The client may choose any, but the server may respond with more Continue steps until all required steps are fulfilled.
text: Option<String>
Plaintext reason for extra steps
Trait Implementations§
Source§impl FromXml for Continue
impl FromXml for Continue
Source§type Builder = ContinueFromXmlBuilder
type Builder = ContinueFromXmlBuilder
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
impl StructuralPartialEq for Continue
Auto Trait Implementations§
impl Freeze for Continue
impl RefUnwindSafe for Continue
impl Send for Continue
impl Sync for Continue
impl Unpin for Continue
impl UnwindSafe for Continue
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
)