Struct diesel::query_builder::IncompleteDefaultInsertStatement [] [src]

pub struct IncompleteDefaultInsertStatement {}

The structure returned by insert_default_values. The only thing that can be done with it is call into.

Methods

impl IncompleteDefaultInsertStatement
[src]

Specify which table the data passed to insert should be added to.

Trait Implementations

impl Debug for IncompleteDefaultInsertStatement
[src]

Formats the value using the given formatter.

impl Copy for IncompleteDefaultInsertStatement
[src]

impl Clone for IncompleteDefaultInsertStatement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IncompleteDefaultInsertStatement
[src]

Returns the "default value" for a type. Read more