Struct diesel::sql_types::Bool [] [src]

pub struct Bool;

The boolean SQL type.

On backends without a native boolean type, this is emulated with the smallest supported integer.

ToSql impls

FromSql impls

Trait Implementations

impl Debug for Bool
[src]

[src]

Formats the value using the given formatter.

impl Clone for Bool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Bool
[src]

impl Default for Bool
[src]

[src]

Returns the "default value" for a type. Read more