Struct quad_diesel::schema::accounts::columns::username
[−]
pub struct username;
Trait Implementations
impl Copy for username
impl Clone for username
fn clone(&self) -> username
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 username
impl Expression for username
impl<DB> QueryFragment<DB> for username 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 username
impl SelectableExpression<table> for username
type SqlTypeForSelect = VarChar
impl<'a, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>> for username where username: SelectableExpression<Left>
type SqlTypeForSelect = VarChar
impl<Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>> for username where username: SelectableExpression<Source>
type SqlTypeForSelect = VarChar
impl NonAggregate for username
impl Column for username
impl<T> EqAll<T> for username where T: AsExpression<VarChar>,
Eq<username, T>: Expression<SqlType=Bool>
Eq<username, T>: Expression<SqlType=Bool>