[−]Struct cortex::schema::log_infos::columns::what
The what
column of the log_infos
table.
Its SQL type is Nullable<Varchar>
.
(Automatically generated by Diesel.)
Trait Implementations
impl<QS> AppearsOnTable<QS> for what where
QS: AppearsInFromClause<table, Count = Once>,
QS: AppearsInFromClause<table, Count = Once>,
impl Clone for what
[+]
impl Column for what
[+]
impl Copy for what
impl Debug for what
[+]
impl Default for what
[+]
impl<T> EqAll<T> for what where
T: AsExpression<Nullable<Varchar>>,
Eq<what, T>: Expression<SqlType = Bool>,
[+]
T: AsExpression<Nullable<Varchar>>,
Eq<what, T>: Expression<SqlType = Bool>,
impl Expression for what
type SqlType = Nullable<Varchar>
The type that this expression represents in SQL
impl NonAggregate for what
impl<DB> QueryFragment<DB> for what where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[+]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl QueryId for what
[+]
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for what where
what: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
what: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for what where
what: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
what: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for what where
what: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
what: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for what where
what: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
what: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl SelectableExpression<table> for what
Auto Trait Implementations
impl RefUnwindSafe for what
impl Send for what
impl Sync for what
impl Unpin for what
impl UnwindSafe for what
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T, I> AsResult<T, I> for T where
I: Input,
[+]
I: Input,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<QS, T, DB> BoxableExpression<QS, DB> for T where
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
[+]
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue,
[+]
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][+]
U: From<T>,
impl<T> IntoCollection<T> for T
[+]
impl<T> IntoSql for T
[+]
impl<T> NullableExpressionMethods for T where
T: Expression,
[+]
T: Expression,
impl<T> PgExpressionMethods for T where
T: Expression,
[+]
T: Expression,
impl<T> PgTextExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
[+]
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T> TextExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
[+]
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,