Enum mysqlclient_sys::enum_mysql_timestamp_type[][src]

#[repr(i32)]
pub enum enum_mysql_timestamp_type { MYSQL_TIMESTAMP_NONE, MYSQL_TIMESTAMP_ERROR, MYSQL_TIMESTAMP_DATE, MYSQL_TIMESTAMP_DATETIME, MYSQL_TIMESTAMP_TIME, }

Variants

Trait Implementations

impl Debug for enum_mysql_timestamp_type
[src]

Formats the value using the given formatter. Read more

impl Copy for enum_mysql_timestamp_type
[src]

impl Clone for enum_mysql_timestamp_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for enum_mysql_timestamp_type
[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 enum_mysql_timestamp_type
[src]

impl Hash for enum_mysql_timestamp_type
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for enum_mysql_timestamp_type

impl Sync for enum_mysql_timestamp_type