Struct quad_diesel::schema::accounts::columns::balance
[−]
pub struct balance;
Trait Implementations
impl Copy for balance
impl Clone for balance
fn clone(&self) -> balance
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for balance
impl Expression for balance
impl<DB> QueryFragment<DB> for balance where DB: Backend,
table::FromClause: QueryFragment<DB>
table::FromClause: QueryFragment<DB>
fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult
fn collect_binds(&self, _out: &mut DB::BindCollector) -> QueryResult<()>
fn is_safe_to_cache_prepared(&self) -> bool
impl QueryId for balance
impl SelectableExpression<table> for balance
type SqlTypeForSelect = Integer
impl<'a, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>> for balance where balance: SelectableExpression<Left>
type SqlTypeForSelect = Integer
impl<Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>> for balance where balance: SelectableExpression<Source>
type SqlTypeForSelect = Integer
impl NonAggregate for balance
impl Column for balance
impl<T> EqAll<T> for balance where T: AsExpression<Integer>,
Eq<balance, T>: Expression<SqlType=Bool>
Eq<balance, T>: Expression<SqlType=Bool>