Struct cargo_registry::schema::version_authors::columns::name []

pub struct name;

The name column of the version_authors table.

Its SQL type is Varchar.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for name

Formats the value using the given formatter.

impl Clone for name

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for name

impl Expression for name

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

[src]

[src]

[src]

impl QueryId for name

impl SelectableExpression<table> for name

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

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

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

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

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

impl NonAggregate for name

impl Column for name

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