Trait diesel::query_builder::Changeset [] [src]

pub trait Changeset<DB: Backend> {
    fn is_noop(&self) -> bool;
fn walk_ast(&self, pass: AstPass<DB>) -> QueryResult<()>; }

Apps should not need to concern themselves with this trait.

Required Methods

Implementors