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

pub struct Insert;

Trait Implementations

impl Clone for Insert
[src]

fn clone(&self) -> Insert

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Insert
[src]

impl Debug for Insert
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult

fn collect_binds(&self, _out: &mut DB::BindCollector) -> QueryResult<()>

fn is_safe_to_cache_prepared(&self) -> bool

impl QueryId for Insert
[src]

type QueryId = Self

fn has_static_query_id() -> bool

fn query_id() -> Option<TypeId>