Struct diesel::query_builder::IncompleteInsertStatement [] [src]

pub struct IncompleteInsertStatement<T, Op> { /* fields omitted */ }

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

Methods

impl<T, Op> IncompleteInsertStatement<T, Op>
[src]

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

Trait Implementations

impl<T: Debug, Op: Debug> Debug for IncompleteInsertStatement<T, Op>
[src]

Formats the value using the given formatter.

impl<T: Copy, Op: Copy> Copy for IncompleteInsertStatement<T, Op>
[src]

impl<T: Clone, Op: Clone> Clone for IncompleteInsertStatement<T, Op>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more