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 moreimpl Copy for IntervalUnion
Auto Trait Implementations§
impl RefUnwindSafe for IntervalUnion
impl Send for IntervalUnion
impl Sync for IntervalUnion
impl Unpin for IntervalUnion
impl UnwindSafe for IntervalUnion
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