Struct diesel::query_builder::bind_collector::RawBytesBindCollector
[−]
[src]
pub struct RawBytesBindCollector<DB: Backend + TypeMetadata> { pub metadata: Vec<DB::TypeMetadata>, pub binds: Vec<Option<Vec<u8>>>, }
Fields
metadata: Vec<DB::TypeMetadata>
binds: Vec<Option<Vec<u8>>>