Struct mob_server::schema::teams::columns::time []

pub struct time;

Trait Implementations

impl Debug for time

Formats the value using the given formatter. Read more

impl Clone for time

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for time

impl Expression for time

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

impl QueryId for time

impl SelectableExpression<table> for time

impl AppearsOnTable<table> for time

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

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

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

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

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

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

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

impl NonAggregate for time

impl Column for time

impl<T> EqAll<T> for time where
    T: AsExpression<Double>,
    Eq<time, T>: Expression<SqlType = Bool>, 

Auto Trait Implementations

impl Send for time

impl Sync for time