Struct sqlite_requests::query::BulkQuery[][src]

pub struct BulkQuery { /* fields omitted */ }

Execute a series of queries. Each query can be run with multiple different parameters.

Methods

impl BulkQuery
[src]

Trait Implementations

impl From<BulkQuery> for ProtoBulkQueryRequest
[src]

Performs the conversion.

impl From<ProtoBulkQueryRequest> for BulkQuery
[src]

Performs the conversion.

impl Debug for BulkQuery
[src]

Formats the value using the given formatter. Read more

impl Clone for BulkQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BulkQuery
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Request for BulkQuery
[src]

impl From<BulkQuery> for SqliteRequest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BulkQuery

impl Sync for BulkQuery