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