Enum odbc_sys::SQLINTERVAL[][src]

#[repr(C)]
pub enum SQLINTERVAL { SQL_IS_YEAR, SQL_IS_MONTH, SQL_IS_DAY, SQL_IS_HOUR, SQL_IS_MINUTE, SQL_IS_SECOND, SQL_IS_YEAR_TO_MONTH, SQL_IS_DAY_TO_HOUR, SQL_IS_DAY_TO_MINUTE, SQL_IS_DAY_TO_SECOND, SQL_IS_HOUR_TO_MINUTE, SQL_IS_HOUR_TO_SECOND, SQL_IS_MINUTE_TO_SECOND, }

Variants

Trait Implementations

impl Debug for SQLINTERVAL
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SQLINTERVAL
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SQLINTERVAL
[src]

impl Clone for SQLINTERVAL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQLINTERVAL
[src]

Auto Trait Implementations

impl Send for SQLINTERVAL

impl Sync for SQLINTERVAL