pub struct KycAuthStatusOneOfSub1Value {
pub address: Address,
pub identity: Identity,
pub risk_classification: RiskClassification,
}
Fields§
§address: Address
POA authentication status details.\n
identity: Identity
POI authentication status details.\n
risk_classification: RiskClassification
Risk classification of the client.\n
Trait Implementations§
Source§impl Clone for KycAuthStatusOneOfSub1Value
impl Clone for KycAuthStatusOneOfSub1Value
Source§fn clone(&self) -> KycAuthStatusOneOfSub1Value
fn clone(&self) -> KycAuthStatusOneOfSub1Value
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 KycAuthStatusOneOfSub1Value
impl Debug for KycAuthStatusOneOfSub1Value
Source§impl<'de> Deserialize<'de> for KycAuthStatusOneOfSub1Value
impl<'de> Deserialize<'de> for KycAuthStatusOneOfSub1Value
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 KycAuthStatusOneOfSub1Value
impl RefUnwindSafe for KycAuthStatusOneOfSub1Value
impl Send for KycAuthStatusOneOfSub1Value
impl Sync for KycAuthStatusOneOfSub1Value
impl Unpin for KycAuthStatusOneOfSub1Value
impl UnwindSafe for KycAuthStatusOneOfSub1Value
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