pub struct CreateTokenAccountCompanyRegistrationDate {
pub day: i64,
pub month: i64,
pub year: i64,
}
Fields§
§day: i64
The day of registration, between 1 and 31.
month: i64
The month of registration, between 1 and 12.
year: i64
The four-digit year of registration.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountCompanyRegistrationDate
impl Clone for CreateTokenAccountCompanyRegistrationDate
Source§fn clone(&self) -> CreateTokenAccountCompanyRegistrationDate
fn clone(&self) -> CreateTokenAccountCompanyRegistrationDate
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 moreimpl Copy for CreateTokenAccountCompanyRegistrationDate
Auto Trait Implementations§
impl Freeze for CreateTokenAccountCompanyRegistrationDate
impl RefUnwindSafe for CreateTokenAccountCompanyRegistrationDate
impl Send for CreateTokenAccountCompanyRegistrationDate
impl Sync for CreateTokenAccountCompanyRegistrationDate
impl Unpin for CreateTokenAccountCompanyRegistrationDate
impl UnwindSafe for CreateTokenAccountCompanyRegistrationDate
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