Struct sqlite_requests::execute::Execute[][src]

pub struct Execute { /* fields omitted */ }

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

Methods

impl Execute
[src]

Trait Implementations

impl From<Execute> for ProtoExecuteRequest
[src]

Performs the conversion.

impl From<ProtoExecuteRequest> for Execute
[src]

Performs the conversion.

impl Debug for Execute
[src]

Formats the value using the given formatter. Read more

impl Clone for Execute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl From<Execute> for SqliteRequest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Execute

impl Sync for Execute