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

pub struct Bool;

Trait Implementations

impl NotNull for Bool
[src]

impl Default for Bool
[src]

fn default() -> Bool

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

impl Copy for Bool
[src]

impl Clone for Bool
[src]

fn clone(&self) -> Bool

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more