Struct diesel::query_builder::bind_collector::RawBytesBindCollector
[−]
[src]
pub struct RawBytesBindCollector<DB: Backend + TypeMetadata> {
pub binds: Vec<(DB::TypeMetadata, Option<Vec<u8>>)>,
}Fields
binds: Vec<(DB::TypeMetadata, Option<Vec<u8>>)>
Methods
impl<DB: Backend + TypeMetadata> RawBytesBindCollector<DB>[src]
Trait Implementations
impl<DB: Debug + Backend + TypeMetadata> Debug for RawBytesBindCollector<DB> where
DB::TypeMetadata: Debug, [src]
DB::TypeMetadata: Debug,
impl<DB: Backend + TypeMetadata> BindCollector<DB> for RawBytesBindCollector<DB>[src]
fn push_bound_value<T>(&mut self, bind: Option<Vec<u8>>) where
DB: HasSqlType<T>, [src]
DB: HasSqlType<T>,