Struct diesel::types::Binary [] [src]

pub struct Binary;

Trait Implementations

impl NotNull for Binary
[src]

impl Default for Binary
[src]

fn default() -> Binary

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

impl Copy for Binary
[src]

impl Clone for Binary
[src]

fn clone(&self) -> Binary

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