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

pub struct req;

The req column of the dependencies table.

Its SQL type is Varchar.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for req

Formats the value using the given formatter.

impl Clone for req

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for req

impl Expression for req

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

[src]

[src]

[src]

impl QueryId for req

impl SelectableExpression<table> for req

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

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

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

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

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

impl NonAggregate for req

impl Column for req

impl<T> EqAll<T> for req where
    T: AsExpression<Varchar>,
    Eq<req, T>: Expression<SqlType = Bool>,