Struct diesel::query_builder::bind_collector::RawBytesBindCollector [] [src]

pub struct RawBytesBindCollector<DB: Backend + TypeMetadata> {
    pub binds: Vec<(DB::TypeMetadata, Option<Vec<u8>>)>,
}

Fields

Methods

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

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]