Struct diesel::expression::helper_types::IsNull
[−]
[src]
pub struct IsNull<Expr> { /* fields omitted */ }
Methods
impl<Expr> IsNull<Expr>
[src]
Trait Implementations
impl<Expr: Debug> Debug for IsNull<Expr>
[src]
impl<Expr: Clone> Clone for IsNull<Expr>
[src]
fn clone(&self) -> IsNull<Expr>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<Expr: Copy> Copy for IsNull<Expr>
[src]
impl<Expr> QueryId for IsNull<Expr> where
Expr: QueryId,
[src]
Expr: QueryId,
type QueryId = IsNull<Expr::QueryId>
fn has_static_query_id() -> bool
[src]
fn query_id() -> Option<TypeId>
[src]
impl<Expr, QS> SelectableExpression<QS> for IsNull<Expr> where
IsNull<Expr>: AppearsOnTable<QS>,
Expr: SelectableExpression<QS>,
[src]
IsNull<Expr>: AppearsOnTable<QS>,
Expr: SelectableExpression<QS>,
impl<Expr, QS> AppearsOnTable<QS> for IsNull<Expr> where
IsNull<Expr>: Expression,
Expr: AppearsOnTable<QS>,
[src]
IsNull<Expr>: Expression,
Expr: AppearsOnTable<QS>,
impl<Expr> Expression for IsNull<Expr> where
Expr: Expression,
[src]
Expr: Expression,
impl<Expr> NonAggregate for IsNull<Expr> where
Expr: NonAggregate,
[src]
Expr: NonAggregate,
impl<Expr, DB> QueryFragment<DB> for IsNull<Expr> where
Expr: QueryFragment<DB>,
DB: Backend,
[src]
Expr: QueryFragment<DB>,
DB: Backend,
fn walk_ast(&self, out: AstPass<DB>) -> QueryResult<()>
[src]
fn to_sql(&self, out: &mut DB::QueryBuilder) -> QueryResult<()>
[src]
fn collect_binds(
&self,
out: &mut DB::BindCollector,
metadata_lookup: &DB::MetadataLookup
) -> QueryResult<()>
[src]
&self,
out: &mut DB::BindCollector,
metadata_lookup: &DB::MetadataLookup
) -> QueryResult<()>