Struct sqlite_requests::query::Query[][src]

pub struct Query { /* fields omitted */ }

Execute a single query once or multiple times with different parameters.

Methods

impl Query
[src]

Trait Implementations

impl From<Query> for ProtoQueryRequest
[src]

Performs the conversion.

impl From<ProtoQueryRequest> for Query
[src]

Performs the conversion.

impl Debug for Query
[src]

Formats the value using the given formatter. Read more

impl Clone for Query
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Query
[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 Query
[src]

impl From<Query> for SqliteRequest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Query

impl Sync for Query