Struct diesel::query_builder::insert_statement::Insert [] [src]

pub struct Insert;

Trait Implementations

impl Debug for Insert
[src]

Formats the value using the given formatter.

impl Copy for Insert
[src]

impl Clone for Insert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<DB: Backend> QueryFragment<DB> for Insert
[src]

impl QueryId for Insert
[src]