pub struct GelatoDataDocumentReportExpirationDate {
pub day: Option<i64>,
pub month: Option<i64>,
pub year: Option<i64>,
}
Expand description
Point in Time
Fields§
§day: Option<i64>
Numerical day between 1 and 31.
month: Option<i64>
Numerical month between 1 and 12.
year: Option<i64>
The four-digit year.
Trait Implementations§
Source§impl Clone for GelatoDataDocumentReportExpirationDate
impl Clone for GelatoDataDocumentReportExpirationDate
Source§fn clone(&self) -> GelatoDataDocumentReportExpirationDate
fn clone(&self) -> GelatoDataDocumentReportExpirationDate
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 GelatoDataDocumentReportExpirationDate
impl FromValueOpt for GelatoDataDocumentReportExpirationDate
fn from_value(v: Value) -> Option<Self>
impl Copy for GelatoDataDocumentReportExpirationDate
Auto Trait Implementations§
impl Freeze for GelatoDataDocumentReportExpirationDate
impl RefUnwindSafe for GelatoDataDocumentReportExpirationDate
impl Send for GelatoDataDocumentReportExpirationDate
impl Sync for GelatoDataDocumentReportExpirationDate
impl Unpin for GelatoDataDocumentReportExpirationDate
impl UnwindSafe for GelatoDataDocumentReportExpirationDate
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