Struct diesel::types::Bool
[−]
[src]
pub struct Bool;
Trait Implementations
impl QueryId for Bool
[src]
impl NotNull for Bool
[src]
impl SingleValue for Bool
[src]
impl Debug for Bool
[src]
impl Clone for Bool
[src]
fn clone(&self) -> Bool
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more