Struct cargo_registry::schema::crates::columns::repository []

pub struct repository;

Trait Implementations

impl Debug for repository

Formats the value using the given formatter.

impl Clone for repository

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for repository

impl Expression for repository

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

impl QueryId for repository

impl SelectableExpression<table> for repository

impl AppearsOnTable<table> for repository

impl<Right> SelectableExpression<InnerJoinSource<table, Right>> for repository where
    Right: Table,
    table: JoinTo<Right, Inner>, 

impl<Left> SelectableExpression<InnerJoinSource<Left, table>> for repository where
    Left: JoinTo<table, Inner>, 

impl<Right> SelectableExpression<LeftOuterJoinSource<table, Right>> for repository where
    Right: Table,
    table: JoinTo<Right, LeftOuter>, 

impl<Right> AppearsOnTable<InnerJoinSource<table, Right>> for repository where
    Right: Table,
    table: JoinTo<Right, Inner>, 

impl<Left> AppearsOnTable<InnerJoinSource<Left, table>> for repository where
    Left: JoinTo<table, Inner>, 

impl<Right> AppearsOnTable<LeftOuterJoinSource<table, Right>> for repository where
    Right: Table,
    table: JoinTo<Right, LeftOuter>, 

impl<Left> AppearsOnTable<LeftOuterJoinSource<Left, table>> for repository where
    Left: JoinTo<table, LeftOuter>, 

impl NonAggregate for repository

impl Column for repository

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