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

pub struct kind;

The kind column of the dependencies table.

Its SQL type is Int4.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for kind

Formats the value using the given formatter.

impl Clone for kind

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for kind

impl Expression for kind

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

[src]

[src]

[src]

impl QueryId for kind

impl SelectableExpression<table> for kind

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

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

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

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

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

impl NonAggregate for kind

impl Column for kind

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

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

The resulting type after applying the + operator.

Performs the + operation.

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

The resulting type after applying the - operator.

Performs the - operation.

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

The resulting type after applying the / operator.

Performs the / operation.

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

The resulting type after applying the * operator.

Performs the * operation.