Struct diesel::types::Binary
[−]
[src]
pub struct Binary;
The binary SQL type.
On MySQL, it is also aliased by Tinyblob, Blob, Mediumblob, Longblob, Bit and Varbinary.
ToSql impls
FromSql impls
Trait Implementations
impl QueryId for Binary[src]
impl NotNull for Binary[src]
impl SingleValue for Binary[src]
impl Debug for Binary[src]
impl Clone for Binary[src]
fn clone(&self) -> Binary[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