Struct diesel::expression::helper_types::IsNull
[−]
[src]
pub struct IsNull<T> { /* fields omitted */ }
Methods
impl<T> IsNull<T>[src]
Trait Implementations
impl<T: Debug> Debug for IsNull<T>[src]
impl<T: Clone> Clone for IsNull<T>[src]
fn clone(&self) -> IsNull<T>[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<T: Copy> Copy for IsNull<T>[src]
impl<T> QueryId for IsNull<T> where
T: QueryId, [src]
T: QueryId,
type QueryId = IsNull<T::QueryId>
fn has_static_query_id() -> bool[src]
fn query_id() -> Option<TypeId>[src]
impl<T> Expression for IsNull<T> where
T: Expression, [src]
T: Expression,
impl<T, DB> QueryFragment<DB> for IsNull<T> where
DB: Backend,
T: QueryFragment<DB>, [src]
DB: Backend,
T: QueryFragment<DB>,
fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult[src]
fn collect_binds(&self, out: &mut DB::BindCollector) -> QueryResult<()>[src]
fn is_safe_to_cache_prepared(&self) -> bool[src]
impl<T, QS> SelectableExpression<QS> for IsNull<T> where
T: SelectableExpression<QS>, [src]
T: SelectableExpression<QS>,
impl<T> NonAggregate for IsNull<T> where
T: NonAggregate, [src]
T: NonAggregate,