[−]Struct cortex::schema::historical_runs::columns::id
The id
column of the historical_runs
table.
Its SQL type is Int4
.
(Automatically generated by Diesel.)
Trait Implementations
impl<Rhs> Add<Rhs> for id where
Rhs: AsExpression<<<id as Expression>::SqlType as Add>::Rhs>,
[+]
Rhs: AsExpression<<<id as Expression>::SqlType as Add>::Rhs>,
impl<QS> AppearsOnTable<QS> for id where
QS: AppearsInFromClause<table, Count = Once>,
QS: AppearsInFromClause<table, Count = Once>,
impl Clone for id
[+]
impl Column for id
[+]
impl Copy for id
impl Debug for id
[+]
impl Default for id
[+]
impl<Rhs> Div<Rhs> for id where
Rhs: AsExpression<<<id as Expression>::SqlType as Div>::Rhs>,
[+]
Rhs: AsExpression<<<id as Expression>::SqlType as Div>::Rhs>,
impl<T> EqAll<T> for id where
T: AsExpression<Int4>,
Eq<id, T>: Expression<SqlType = Bool>,
[+]
T: AsExpression<Int4>,
Eq<id, T>: Expression<SqlType = Bool>,
impl Expression for id
type SqlType = Int4
The type that this expression represents in SQL
impl<Rhs> Mul<Rhs> for id where
Rhs: AsExpression<<<id as Expression>::SqlType as Mul>::Rhs>,
[+]
Rhs: AsExpression<<<id as Expression>::SqlType as Mul>::Rhs>,
impl NonAggregate for id
impl<DB> QueryFragment<DB> for id where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[+]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl QueryId for id
[+]
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for id where
id: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
id: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for id where
id: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
id: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for id where
id: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
id: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for id where
id: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
id: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl SelectableExpression<table> for id
impl<Rhs> Sub<Rhs> for id where
Rhs: AsExpression<<<id as Expression>::SqlType as Sub>::Rhs>,
[+]
Rhs: AsExpression<<<id as Expression>::SqlType as Sub>::Rhs>,
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T, I> AsResult<T, I> for T where
I: Input,
[+]
I: Input,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<QS, T, DB> BoxableExpression<QS, DB> for T where
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
[+]
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue,
[+]
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][+]
U: From<T>,
impl<T> IntoCollection<T> for T
[+]
impl<T> IntoSql for T
[+]
impl<T> NullableExpressionMethods for T where
T: Expression,
[+]
T: Expression,
impl<T> PgExpressionMethods for T where
T: Expression,
[+]
T: Expression,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,