pub enum CreateTokenAccountIndividualPoliticalExposure {
Existing,
None,
}
Expand description
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountIndividualPoliticalExposure
impl Clone for CreateTokenAccountIndividualPoliticalExposure
Source§fn clone(&self) -> CreateTokenAccountIndividualPoliticalExposure
fn clone(&self) -> CreateTokenAccountIndividualPoliticalExposure
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 PartialEq for CreateTokenAccountIndividualPoliticalExposure
impl PartialEq for CreateTokenAccountIndividualPoliticalExposure
Source§fn eq(&self, other: &CreateTokenAccountIndividualPoliticalExposure) -> bool
fn eq(&self, other: &CreateTokenAccountIndividualPoliticalExposure) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateTokenAccountIndividualPoliticalExposure
impl Eq for CreateTokenAccountIndividualPoliticalExposure
impl StructuralPartialEq for CreateTokenAccountIndividualPoliticalExposure
Auto Trait Implementations§
impl Freeze for CreateTokenAccountIndividualPoliticalExposure
impl RefUnwindSafe for CreateTokenAccountIndividualPoliticalExposure
impl Send for CreateTokenAccountIndividualPoliticalExposure
impl Sync for CreateTokenAccountIndividualPoliticalExposure
impl Unpin for CreateTokenAccountIndividualPoliticalExposure
impl UnwindSafe for CreateTokenAccountIndividualPoliticalExposure
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