Struct diesel::query_builder::IncompleteUpdateStatement [] [src]

pub struct IncompleteUpdateStatement<T, U>(_);

The type returned by update. The only thing you can do with this type is call set on it.

Methods

impl<T, U> IncompleteUpdateStatement<T, U>
[src]

fn set<V>(self, values: V) -> UpdateStatement<T, U, V::Changeset> where T: Table, V: AsChangeset<Target=T>, UpdateStatement<T, U, V::Changeset>: AsQuery

Trait Implementations

impl<T: Debug, U: Debug> Debug for IncompleteUpdateStatement<T, U>
[src]

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

Formats the value using the given formatter.