Struct quad_diesel::schema::accounts::columns::balance []

pub struct balance;

Trait Implementations

impl Copy for balance

impl Clone for balance

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for balance

Formats the value using the given formatter.

impl Expression for balance

impl<DB> QueryFragment<DB> for balance where DB: Backend,
        table::FromClause: QueryFragment<DB>

impl QueryId for balance

impl SelectableExpression<table> for balance

impl<'a, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>> for balance where balance: SelectableExpression<Left>

impl<Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>> for balance where balance: SelectableExpression<Source>

impl NonAggregate for balance

impl Column for balance

impl<T> EqAll<T> for balance where T: AsExpression<Integer>,
        Eq<balance, T>: Expression<SqlType=Bool>