pub struct IdentityCredentialsCode {
pub addresses: Option<Vec<IdentityCredentialsCodeAddress>>,
}Expand description
IdentityCredentialsCode : CredentialsCode represents a one time login/registration code
Fields§
§addresses: Option<Vec<IdentityCredentialsCodeAddress>>Implementations§
Source§impl IdentityCredentialsCode
impl IdentityCredentialsCode
Sourcepub fn new() -> IdentityCredentialsCode
pub fn new() -> IdentityCredentialsCode
CredentialsCode represents a one time login/registration code
Trait Implementations§
Source§impl Clone for IdentityCredentialsCode
impl Clone for IdentityCredentialsCode
Source§fn clone(&self) -> IdentityCredentialsCode
fn clone(&self) -> IdentityCredentialsCode
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 Debug for IdentityCredentialsCode
impl Debug for IdentityCredentialsCode
Source§impl Default for IdentityCredentialsCode
impl Default for IdentityCredentialsCode
Source§fn default() -> IdentityCredentialsCode
fn default() -> IdentityCredentialsCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityCredentialsCode
impl<'de> Deserialize<'de> for IdentityCredentialsCode
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 IdentityCredentialsCode
impl PartialEq for IdentityCredentialsCode
Source§impl Serialize for IdentityCredentialsCode
impl Serialize for IdentityCredentialsCode
impl StructuralPartialEq for IdentityCredentialsCode
Auto Trait Implementations§
impl Freeze for IdentityCredentialsCode
impl RefUnwindSafe for IdentityCredentialsCode
impl Send for IdentityCredentialsCode
impl Sync for IdentityCredentialsCode
impl Unpin for IdentityCredentialsCode
impl UnwindSafe for IdentityCredentialsCode
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