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

pub struct textsearchable_index_col;

Trait Implementations

impl Debug for textsearchable_index_col

Formats the value using the given formatter.

impl Clone for textsearchable_index_col

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for textsearchable_index_col

impl Expression for textsearchable_index_col

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

impl QueryId for textsearchable_index_col

impl SelectableExpression<table> for textsearchable_index_col

impl AppearsOnTable<table> for textsearchable_index_col

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

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

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

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

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

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

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

impl NonAggregate for textsearchable_index_col

impl Column for textsearchable_index_col

impl<T> EqAll<T> for textsearchable_index_col where
    T: AsExpression<TsVector>,
    Eq<textsearchable_index_col, T>: Expression<SqlType = Bool>,