Struct diesel::query_builder::update_statement::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]

Trait Implementations

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

Formats the value using the given formatter.