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