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