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