pub struct PromptChallengeResponseRequest {
pub component: Option<String>,
}
Expand description
PromptChallengeResponseRequest : Validate response, fields are dynamically created based on the stage
Fields§
§component: Option<String>
Implementations§
Source§impl PromptChallengeResponseRequest
impl PromptChallengeResponseRequest
Sourcepub fn new() -> PromptChallengeResponseRequest
pub fn new() -> PromptChallengeResponseRequest
Validate response, fields are dynamically created based on the stage
Trait Implementations§
Source§impl Clone for PromptChallengeResponseRequest
impl Clone for PromptChallengeResponseRequest
Source§fn clone(&self) -> PromptChallengeResponseRequest
fn clone(&self) -> PromptChallengeResponseRequest
Returns a duplicate 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 Default for PromptChallengeResponseRequest
impl Default for PromptChallengeResponseRequest
Source§fn default() -> PromptChallengeResponseRequest
fn default() -> PromptChallengeResponseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PromptChallengeResponseRequest
impl<'de> Deserialize<'de> for PromptChallengeResponseRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PromptChallengeResponseRequest
impl PartialEq for PromptChallengeResponseRequest
Source§fn eq(&self, other: &PromptChallengeResponseRequest) -> bool
fn eq(&self, other: &PromptChallengeResponseRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PromptChallengeResponseRequest
Auto Trait Implementations§
impl Freeze for PromptChallengeResponseRequest
impl RefUnwindSafe for PromptChallengeResponseRequest
impl Send for PromptChallengeResponseRequest
impl Sync for PromptChallengeResponseRequest
impl Unpin for PromptChallengeResponseRequest
impl UnwindSafe for PromptChallengeResponseRequest
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