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

pub struct Binary;

The binary SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl QueryId for Binary
[src]

[src]

[src]

impl NotNull for Binary
[src]

impl Debug for Binary
[src]

[src]

Formats the value using the given formatter.

impl Clone for Binary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Binary
[src]

impl Default for Binary
[src]

[src]

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