Union odbc_sys::IntervalUnion
source · #[repr(C)]
pub union IntervalUnion {
pub year_month: YearMonth,
pub day_second: DaySecond,
}
Expand description
SQL_INTERVAL_UNION
Fields§
§year_month: YearMonth
§day_second: DaySecond
Trait Implementations§
source§impl Clone for IntervalUnion
impl Clone for IntervalUnion
source§fn clone(&self) -> IntervalUnion
fn clone(&self) -> IntervalUnion
Returns a copy 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 more