Struct cargo_registry::schema::categories::table []

pub struct table;

The actual table struct

This is the type which provides the base methods of the query builder, such as .select and .filter.

Methods

impl table

Represents table_name.*, which is sometimes necessary for efficient count queries. It cannot be used in place of all_columns

Trait Implementations

impl Debug for table

Formats the value using the given formatter.

impl Clone for table

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for table

impl QuerySource for table

impl AsQuery for table

impl Table for table

impl HasTable for table

impl IntoUpdateTarget for table

impl AppearsInFromClause<table> for table

impl<T> AppearsInFromClause<T> for table where
    T: Table + JoinTo<table>, 

impl<Left, Right, Kind> JoinTo<Join<Left, Right, Kind>> for table where
    Join<Left, Right, Kind>: JoinTo<table>, 

impl<Join, On> JoinTo<JoinOn<Join, On>> for table where
    JoinOn<Join, On>: JoinTo<table>, 

impl<F, S, D, W, O, L, Of, G> JoinTo<SelectStatement<F, S, D, W, O, L, Of, G>> for table where
    SelectStatement<F, S, D, W, O, L, Of, G>: JoinTo<table>, 

impl<'a, QS, ST, DB> JoinTo<BoxedSelectStatement<'a, QS, ST, DB>> for table where
    BoxedSelectStatement<'a, QS, ST, DB>: JoinTo<table>, 

impl QueryId for table

impl JoinTo<table> for table