Struct cargo_registry::schema::readme_rendering::columns::version_id []

pub struct version_id;

The version_id column of the readme_rendering table.

Its SQL type is Int4.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for version_id

Formats the value using the given formatter.

impl Clone for version_id

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for version_id

impl Expression for version_id

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

[src]

[src]

[src]

impl QueryId for version_id

impl SelectableExpression<table> for version_id

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

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

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

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

impl<From> SelectableExpression<SelectStatement<From>> for version_id where
    version_id: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, 

impl NonAggregate for version_id

impl Column for version_id

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

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

The resulting type after applying the + operator.

Performs the + operation.

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

The resulting type after applying the - operator.

Performs the - operation.

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

The resulting type after applying the / operator.

Performs the / operation.

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

The resulting type after applying the * operator.

Performs the * operation.