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

pub struct username;

Trait Implementations

impl Copy for username

impl Clone for username

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for username

Formats the value using the given formatter.

impl Expression for username

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

impl QueryId for username

impl SelectableExpression<table> for username

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

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

impl NonAggregate for username

impl Column for username

impl<T> EqAll<T> for username where T: AsExpression<VarChar>,
        Eq<username, T>: Expression<SqlType=Bool>