pub struct CreateTokenAccountCompanyVerification {
pub document: Option<CreateTokenAccountCompanyVerificationDocument>,
}
Expand description
Information on the verification state of the company.
Fields§
§document: Option<CreateTokenAccountCompanyVerificationDocument>
A document verifying the business.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountCompanyVerification
impl Clone for CreateTokenAccountCompanyVerification
Source§fn clone(&self) -> CreateTokenAccountCompanyVerification
fn clone(&self) -> CreateTokenAccountCompanyVerification
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 moreAuto Trait Implementations§
impl Freeze for CreateTokenAccountCompanyVerification
impl RefUnwindSafe for CreateTokenAccountCompanyVerification
impl Send for CreateTokenAccountCompanyVerification
impl Sync for CreateTokenAccountCompanyVerification
impl Unpin for CreateTokenAccountCompanyVerification
impl UnwindSafe for CreateTokenAccountCompanyVerification
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