pub struct AuthenticatorStaticChallengeResponseRequest {
pub component: Option<String>,
}
Expand description
AuthenticatorStaticChallengeResponseRequest : Pseudo class for static response
Fields§
§component: Option<String>
Implementations§
Source§impl AuthenticatorStaticChallengeResponseRequest
impl AuthenticatorStaticChallengeResponseRequest
Sourcepub fn new() -> AuthenticatorStaticChallengeResponseRequest
pub fn new() -> AuthenticatorStaticChallengeResponseRequest
Pseudo class for static response
Trait Implementations§
Source§impl Clone for AuthenticatorStaticChallengeResponseRequest
impl Clone for AuthenticatorStaticChallengeResponseRequest
Source§fn clone(&self) -> AuthenticatorStaticChallengeResponseRequest
fn clone(&self) -> AuthenticatorStaticChallengeResponseRequest
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 AuthenticatorStaticChallengeResponseRequest
impl Default for AuthenticatorStaticChallengeResponseRequest
Source§fn default() -> AuthenticatorStaticChallengeResponseRequest
fn default() -> AuthenticatorStaticChallengeResponseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticatorStaticChallengeResponseRequest
impl<'de> Deserialize<'de> for AuthenticatorStaticChallengeResponseRequest
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 AuthenticatorStaticChallengeResponseRequest
impl PartialEq for AuthenticatorStaticChallengeResponseRequest
Source§fn eq(&self, other: &AuthenticatorStaticChallengeResponseRequest) -> bool
fn eq(&self, other: &AuthenticatorStaticChallengeResponseRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AuthenticatorStaticChallengeResponseRequest
Auto Trait Implementations§
impl Freeze for AuthenticatorStaticChallengeResponseRequest
impl RefUnwindSafe for AuthenticatorStaticChallengeResponseRequest
impl Send for AuthenticatorStaticChallengeResponseRequest
impl Sync for AuthenticatorStaticChallengeResponseRequest
impl Unpin for AuthenticatorStaticChallengeResponseRequest
impl UnwindSafe for AuthenticatorStaticChallengeResponseRequest
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