pub struct CreateTokenAccountCompanyRepresentativeDeclaration {
pub date: Option<Timestamp>,
pub ip: Option<String>,
pub user_agent: Option<String>,
}Expand description
This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
Fields§
§date: Option<Timestamp>The Unix timestamp marking when the representative declaration attestation was made.
ip: Option<String>The IP address from which the representative declaration attestation was made.
user_agent: Option<String>The user agent of the browser from which the representative declaration attestation was made.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountCompanyRepresentativeDeclaration
impl Clone for CreateTokenAccountCompanyRepresentativeDeclaration
Source§fn clone(&self) -> CreateTokenAccountCompanyRepresentativeDeclaration
fn clone(&self) -> CreateTokenAccountCompanyRepresentativeDeclaration
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 PartialEq for CreateTokenAccountCompanyRepresentativeDeclaration
impl PartialEq for CreateTokenAccountCompanyRepresentativeDeclaration
Source§fn eq(&self, other: &CreateTokenAccountCompanyRepresentativeDeclaration) -> bool
fn eq(&self, other: &CreateTokenAccountCompanyRepresentativeDeclaration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateTokenAccountCompanyRepresentativeDeclaration
impl StructuralPartialEq for CreateTokenAccountCompanyRepresentativeDeclaration
Auto Trait Implementations§
impl Freeze for CreateTokenAccountCompanyRepresentativeDeclaration
impl RefUnwindSafe for CreateTokenAccountCompanyRepresentativeDeclaration
impl Send for CreateTokenAccountCompanyRepresentativeDeclaration
impl Sync for CreateTokenAccountCompanyRepresentativeDeclaration
impl Unpin for CreateTokenAccountCompanyRepresentativeDeclaration
impl UnsafeUnpin for CreateTokenAccountCompanyRepresentativeDeclaration
impl UnwindSafe for CreateTokenAccountCompanyRepresentativeDeclaration
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