Struct diesel::mysql::Mysql [] [src]

pub struct Mysql;

Trait Implementations

impl HasSqlType<Bool> for Mysql
[src]

impl HasSqlType<SmallInt> for Mysql
[src]

impl HasSqlType<Integer> for Mysql
[src]

impl HasSqlType<BigInt> for Mysql
[src]

impl HasSqlType<Float> for Mysql
[src]

impl HasSqlType<Double> for Mysql
[src]

impl HasSqlType<Text> for Mysql
[src]

impl HasSqlType<Binary> for Mysql
[src]

impl Debug for Mysql
[src]

Formats the value using the given formatter.

impl Copy for Mysql
[src]

impl Clone for Mysql
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Mysql
[src]

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

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

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

impl Backend for Mysql
[src]

impl TypeMetadata for Mysql
[src]

impl SupportsDefaultKeyword for Mysql
[src]

impl UsesAnsiSavepointSyntax for Mysql
[src]

impl HasSqlType<Tinyint> for Mysql
[src]

impl HasSqlType<Date> for Mysql
[src]

impl HasSqlType<Time> for Mysql
[src]

impl HasSqlType<Timestamp> for Mysql
[src]