pub struct PriorAuthenticationInfo {
pub three_ds_req_prior_ref: String,
pub three_ds_req_prior_auth_method: String,
pub three_ds_req_prior_auth_timestamp: String,
pub three_ds_req_prior_auth_data: Option<String>,
}Fields§
§three_ds_req_prior_ref: String§three_ds_req_prior_auth_method: String§three_ds_req_prior_auth_timestamp: String§three_ds_req_prior_auth_data: Option<String>Trait Implementations§
Source§impl Clone for PriorAuthenticationInfo
impl Clone for PriorAuthenticationInfo
Source§fn clone(&self) -> PriorAuthenticationInfo
fn clone(&self) -> PriorAuthenticationInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PriorAuthenticationInfo
impl Debug for PriorAuthenticationInfo
Source§impl<'de> Deserialize<'de> for PriorAuthenticationInfo
impl<'de> Deserialize<'de> for PriorAuthenticationInfo
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
Auto Trait Implementations§
impl Freeze for PriorAuthenticationInfo
impl RefUnwindSafe for PriorAuthenticationInfo
impl Send for PriorAuthenticationInfo
impl Sync for PriorAuthenticationInfo
impl Unpin for PriorAuthenticationInfo
impl UnsafeUnpin for PriorAuthenticationInfo
impl UnwindSafe for PriorAuthenticationInfo
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