pub struct AgentPssoUserRegistrationRequest {
pub user_auth: String,
pub user_secure_enclave_key: String,
pub enclave_key_id: String,
}Expand description
AgentPssoUserRegistrationRequest : Register Apple device user via Platform SSO
Fields§
§user_auth: String§user_secure_enclave_key: String§enclave_key_id: StringImplementations§
Trait Implementations§
Source§impl Clone for AgentPssoUserRegistrationRequest
impl Clone for AgentPssoUserRegistrationRequest
Source§fn clone(&self) -> AgentPssoUserRegistrationRequest
fn clone(&self) -> AgentPssoUserRegistrationRequest
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 AgentPssoUserRegistrationRequest
impl Default for AgentPssoUserRegistrationRequest
Source§fn default() -> AgentPssoUserRegistrationRequest
fn default() -> AgentPssoUserRegistrationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentPssoUserRegistrationRequest
impl<'de> Deserialize<'de> for AgentPssoUserRegistrationRequest
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 AgentPssoUserRegistrationRequest
impl PartialEq for AgentPssoUserRegistrationRequest
Source§fn eq(&self, other: &AgentPssoUserRegistrationRequest) -> bool
fn eq(&self, other: &AgentPssoUserRegistrationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentPssoUserRegistrationRequest
Auto Trait Implementations§
impl Freeze for AgentPssoUserRegistrationRequest
impl RefUnwindSafe for AgentPssoUserRegistrationRequest
impl Send for AgentPssoUserRegistrationRequest
impl Sync for AgentPssoUserRegistrationRequest
impl Unpin for AgentPssoUserRegistrationRequest
impl UnsafeUnpin for AgentPssoUserRegistrationRequest
impl UnwindSafe for AgentPssoUserRegistrationRequest
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