Struct diesel::query_builder::where_clause::NoWhereClause [] [src]

pub struct NoWhereClause;

Trait Implementations

impl Debug for NoWhereClause
[src]

Formats the value using the given formatter.

impl Clone for NoWhereClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoWhereClause
[src]

impl QueryId for NoWhereClause
[src]

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

impl<Predicate> WhereAnd<Predicate> for NoWhereClause where
    Predicate: Expression<SqlType = Bool>, 
[src]

impl<DB: Backend> Into<Option<Box<QueryFragment<DB>>>> for NoWhereClause
[src]

Performs the conversion.