pub struct LegalEntityCompanyVerification {
pub document: LegalEntityCompanyVerificationDocument,
}
Fields§
§document: LegalEntityCompanyVerificationDocument
Trait Implementations§
Source§impl Clone for LegalEntityCompanyVerification
impl Clone for LegalEntityCompanyVerification
Source§fn clone(&self) -> LegalEntityCompanyVerification
fn clone(&self) -> LegalEntityCompanyVerification
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 FromValueOpt for LegalEntityCompanyVerification
impl FromValueOpt for LegalEntityCompanyVerification
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for LegalEntityCompanyVerification
impl RefUnwindSafe for LegalEntityCompanyVerification
impl Send for LegalEntityCompanyVerification
impl Sync for LegalEntityCompanyVerification
impl Unpin for LegalEntityCompanyVerification
impl UnwindSafe for LegalEntityCompanyVerification
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