Struct diesel::types::Bool [] [src]

pub struct Bool;

The boolean SQL type. On SQLite this is emulated with an integer.

ToSql impls

FromSql impls

Trait Implementations

impl QueryId for Bool
[src]

[src]

[src]

impl NotNull for Bool
[src]

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