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

Methods

impl<DB: Backend + TypeMetadata> RawBytesBindCollector<DB>
[src]

Trait Implementations

impl<DB: Debug + Backend + TypeMetadata> Debug for RawBytesBindCollector<DB> where
    DB::TypeMetadata: Debug
[src]

Formats the value using the given formatter.

impl<DB: Backend + TypeMetadata> BindCollector<DB> for RawBytesBindCollector<DB>
[src]