[−]Struct webdev_lib::tests::test_sessions::schema::test_session_registrations::columns::test_session_id
Trait Implementations
impl Copy for test_session_id
impl Default for test_session_id
[+]
impl Clone for test_session_id
[+]
impl Debug for test_session_id
[+]
impl Expression for test_session_id
impl SelectableExpression<table> for test_session_id
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for test_session_id where
test_session_id: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
test_session_id: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for test_session_id where
test_session_id: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
test_session_id: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for test_session_id where
test_session_id: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
test_session_id: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for test_session_id where
test_session_id: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
test_session_id: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl<T> EqAll<T> for test_session_id where
T: AsExpression<Unsigned<Bigint>>,
Eq<test_session_id, T>: Expression<SqlType = Bool>,
[+]
T: AsExpression<Unsigned<Bigint>>,
Eq<test_session_id, T>: Expression<SqlType = Bool>,
impl Column for test_session_id
impl<QS> AppearsOnTable<QS> for test_session_id where
QS: AppearsInFromClause<table, Count = Once>,
QS: AppearsInFromClause<table, Count = Once>,
impl<DB> QueryFragment<DB> for test_session_id where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[+]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl QueryId for test_session_id
[+]
impl NonAggregate for test_session_id
Auto Trait Implementations
impl Unpin for test_session_id
impl Sync for test_session_id
impl Send for test_session_id
impl UnwindSafe for test_session_id
impl RefUnwindSafe for test_session_id
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<QS, T, DB> BoxableExpression<QS, DB> for T where
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
[src]
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>,
impl<T> NullableExpressionMethods for T where
T: Expression,
[src][+]
T: Expression,
impl<T> IntoSql for T
[src][+]
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue,
[src][+]
T: Expression,
<T as Expression>::SqlType: SingleValue,
impl<Conn, DB, T> ExecuteDsl<Conn, DB> for T where
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
[src][+]
Conn: Connection<Backend = DB>,
DB: Backend,
T: QueryFragment<DB> + QueryId,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,
impl<T> Erased for T
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,