Struct cargo_registry::schema::dependencies::columns::crate_id []

pub struct crate_id;

The crate_id column of the dependencies table.

Its SQL type is Int4.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for crate_id

Formats the value using the given formatter.

impl Clone for crate_id

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for crate_id

impl Expression for crate_id

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

[src]

[src]

[src]

impl QueryId for crate_id

impl SelectableExpression<table> for crate_id

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

impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for crate_id where
    crate_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 crate_id where
    crate_id: AppearsOnTable<Join<Left, Right, Inner>>,
    Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, 

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

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

impl NonAggregate for crate_id

impl Column for crate_id

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

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

The resulting type after applying the + operator.

Performs the + operation.

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

The resulting type after applying the - operator.

Performs the - operation.

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

The resulting type after applying the / operator.

Performs the / operation.

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

The resulting type after applying the * operator.

Performs the * operation.