pub struct GelatoDataIdNumberReportDate {
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 GelatoDataIdNumberReportDate
impl Clone for GelatoDataIdNumberReportDate
Source§fn clone(&self) -> GelatoDataIdNumberReportDate
fn clone(&self) -> GelatoDataIdNumberReportDate
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 Debug for GelatoDataIdNumberReportDate
impl Debug for GelatoDataIdNumberReportDate
Source§impl FromValueOpt for GelatoDataIdNumberReportDate
impl FromValueOpt for GelatoDataIdNumberReportDate
fn from_value(v: Value) -> Option<Self>
impl Copy for GelatoDataIdNumberReportDate
Auto Trait Implementations§
impl Freeze for GelatoDataIdNumberReportDate
impl RefUnwindSafe for GelatoDataIdNumberReportDate
impl Send for GelatoDataIdNumberReportDate
impl Sync for GelatoDataIdNumberReportDate
impl Unpin for GelatoDataIdNumberReportDate
impl UnwindSafe for GelatoDataIdNumberReportDate
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