Struct mob_server::schema::teams::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<JoinType> JoinTo<table, JoinType> for table

impl<'insert, DB> Insertable<table, DB> for &'insert NewTeam where
    DB: Backend,
    (ColumnInsertValue<time, AsNullableExpr<&'insert f64, time>>,): InsertValues<DB>, 

impl<'insert, Op> IntoInsertStatement<table, Op> for &'insert NewTeam

impl<'insert> UndecoratedInsertRecord<table> for &'insert NewTeam

impl SelectableExpression<table> for star

impl AppearsOnTable<table> for star

impl SelectableExpression<table> for id

impl AppearsOnTable<table> for id

impl SelectableExpression<table> for time

impl AppearsOnTable<table> for time

impl Debug for table

Formats the value using the given formatter. Read more

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

[src]

[src]

impl HasTable for table

impl IntoUpdateTarget for table

impl QueryId for table

Auto Trait Implementations

impl Send for table

impl Sync for table