Struct deuterium::InsertQuery [] [src]

pub struct InsertQuery<T, V, M, RT, RL> { /* fields omitted */ }

Methods

impl<T: Clone, V: Clone, M: Clone, RT: Clone, RL: Clone> InsertQuery<T, V, M, RT, RL>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T: Clone, V: Clone, M: Clone, RT, RL> InsertQuery<T, V, M, RT, RL>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Clone, V: Clone, M: Clone, RT: Clone, RL: Clone> Clone for InsertQuery<T, V, M, RT, RL>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug, V: Debug, M: Debug, RT: Debug, RL: Debug> Debug for InsertQuery<T, V, M, RT, RL>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone, V: Clone + ToSql, M: Clone, RT: Clone, RL: Clone> ToSql for InsertQuery<T, V, M, RT, RL>
[src]

[src]

impl<T: Clone, V: Clone + ToSql, M: Clone, RT: Clone, RL: Clone> QueryToSql for InsertQuery<T, V, M, RT, RL>
[src]

[src]

Auto Trait Implementations

impl<T, V, M, RT, RL> !Send for InsertQuery<T, V, M, RT, RL>

impl<T, V, M, RT, RL> !Sync for InsertQuery<T, V, M, RT, RL>