[]Struct df_st_db::schema::creatures::columns::name_singular

pub struct name_singular;

Trait Implementations

impl<QS> AppearsOnTable<QS> for name_singular where
    QS: AppearsInFromClause<table, Count = Once>, 

impl Clone for name_singular

impl Column for name_singular

type Table = table

The table which this column belongs to

impl Copy for name_singular

impl Debug for name_singular

impl Default for name_singular

impl<T> EqAll<T> for name_singular where
    T: AsExpression<Nullable<Varchar>>,
    Eq<name_singular, T>: Expression<SqlType = Bool>, 

type Output = Eq<Self, T>

impl Expression for name_singular

type SqlType = Nullable<Varchar>

The type that this expression represents in SQL

impl NonAggregate for name_singular

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

impl QueryId for name_singular

type QueryId = name_singular

A type which uniquely represents Self in a SQL query. Read more

impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for name_singular where
    name_singular: AppearsOnTable<Join<Left, Right, Inner>>,
    Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, 

impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for name_singular where
    name_singular: AppearsOnTable<Join<Left, Right, LeftOuter>>,
    Left: AppearsInFromClause<table, Count = Once>,
    Right: AppearsInFromClause<table, Count = Never>, 

impl<Join, On> SelectableExpression<JoinOn<Join, On>> for name_singular where
    name_singular: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>, 

impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for name_singular where
    name_singular: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, 

impl SelectableExpression<table> for name_singular

Auto Trait Implementations

impl RefUnwindSafe for name_singular

impl Send for name_singular

impl Sync for name_singular

impl Unpin for name_singular

impl UnwindSafe for name_singular

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<QS, T, DB> BoxableExpression<QS, DB> for T where
    DB: Backend,
    T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>, 

impl<T> DynClone for T where
    T: Clone
[src]

impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
    Conn: Connection<Backend = DB>,
    DB: Backend,
    T: QueryFragment<DB> + QueryId, 

impl<T> ExpressionMethods for T where
    T: Expression,
    <T as Expression>::SqlType: SingleValue, 

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoSql for T

impl<T> NullableExpressionMethods for T where
    T: Expression, 

impl<T> TextExpressionMethods for T where
    T: Expression,
    <T as Expression>::SqlType: TextOrNullableText, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,