#[repr(C)]pub struct YearMonth {
pub year: UInteger,
pub month: UInteger,
}
Expand description
SQL_YEAR_MONTH_STRUCT
Fields§
§year: UInteger
§month: UInteger
Trait Implementations§
source§impl PartialEq for YearMonth
impl PartialEq for YearMonth
impl Copy for YearMonth
impl Eq for YearMonth
impl StructuralEq for YearMonth
impl StructuralPartialEq for YearMonth
Auto Trait Implementations§
impl RefUnwindSafe for YearMonth
impl Send for YearMonth
impl Sync for YearMonth
impl Unpin for YearMonth
impl UnwindSafe for YearMonth
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