Struct diesel::types::VarChar [] [src]

pub struct VarChar;

Trait Implementations

impl SqlOrd for VarChar
[src]

impl NotNull for VarChar
[src]

impl Default for VarChar
[src]

fn default() -> VarChar

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

impl Copy for VarChar
[src]

impl Clone for VarChar
[src]

fn clone(&self) -> VarChar

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