[]Struct df_st_db::schema::historical_events_a_a::columns::anon_3

pub struct anon_3;

Trait Implementations

impl<Rhs> Add<Rhs> for anon_3 where
    Rhs: AsExpression<<<anon_3 as Expression>::SqlType as Add>::Rhs>, 

type Output = Add<Self, Rhs::Expression>

The resulting type after applying the + operator.

impl<QS> AppearsOnTable<QS> for anon_3 where
    QS: AppearsInFromClause<table, Count = Once>, 

impl Clone for anon_3

impl Column for anon_3

type Table = table

The table which this column belongs to

impl Copy for anon_3

impl Debug for anon_3

impl Default for anon_3

impl<Rhs> Div<Rhs> for anon_3 where
    Rhs: AsExpression<<<anon_3 as Expression>::SqlType as Div>::Rhs>, 

type Output = Div<Self, Rhs::Expression>

The resulting type after applying the / operator.

impl<T> EqAll<T> for anon_3 where
    T: AsExpression<Nullable<Int4>>,
    Eq<anon_3, T>: Expression<SqlType = Bool>, 

type Output = Eq<Self, T>

impl Expression for anon_3

type SqlType = Nullable<Int4>

The type that this expression represents in SQL

impl<Rhs> Mul<Rhs> for anon_3 where
    Rhs: AsExpression<<<anon_3 as Expression>::SqlType as Mul>::Rhs>, 

type Output = Mul<Self, Rhs::Expression>

The resulting type after applying the * operator.

impl NonAggregate for anon_3

impl<DB> QueryFragment<DB> for anon_3 where
    DB: Backend,
    <table as QuerySource>::FromClause: QueryFragment<DB>, 

impl QueryId for anon_3

type QueryId = anon_3

A type which uniquely represents Self in a SQL query. Read more

impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for anon_3 where
    anon_3: AppearsOnTable<Join<Left, Right, Inner>>,
    Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, 

impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for anon_3 where
    anon_3: AppearsOnTable<Join<Left, Right, LeftOuter>>,
    Left: AppearsInFromClause<table, Count = Once>,
    Right: AppearsInFromClause<table, Count = Never>, 

impl<Join, On> SelectableExpression<JoinOn<Join, On>> for anon_3 where
    anon_3: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>, 

impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for anon_3 where
    anon_3: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, 

impl SelectableExpression<table> for anon_3

impl<Rhs> Sub<Rhs> for anon_3 where
    Rhs: AsExpression<<<anon_3 as Expression>::SqlType as Sub>::Rhs>, 

type Output = Sub<Self, Rhs::Expression>

The resulting type after applying the - operator.

Auto Trait Implementations

impl RefUnwindSafe for anon_3

impl Send for anon_3

impl Sync for anon_3

impl Unpin for anon_3

impl UnwindSafe for anon_3

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<QS, T, DB> BoxableExpression<QS, DB> for T where
    DB: Backend,
    T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>, 

impl<T> DynClone for T where
    T: Clone
[src]

impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
    Conn: Connection<Backend = DB>,
    DB: Backend,
    T: QueryFragment<DB> + QueryId, 

impl<T> ExpressionMethods for T where
    T: Expression,
    <T as Expression>::SqlType: SingleValue, 

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoSql for T

impl<T> NullableExpressionMethods for T where
    T: Expression, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,