Struct diesel::types::Text [] [src]

pub struct Text;

Trait Implementations

impl SqlOrd for Text
[src]

impl NotNull for Text
[src]

impl Default for Text
[src]

fn default() -> Text

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

impl Copy for Text
[src]

impl Clone for Text
[src]

fn clone(&self) -> Text

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