[−]Struct kubos_telemetry_db::telemetry::columns::subsystem
Trait Implementations
impl Default for subsystem
[+]
impl Clone for subsystem
[+]
impl Copy for subsystem
impl Debug for subsystem
[+]
impl SelectableExpression<table> for subsystem
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for subsystem where
subsystem: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
subsystem: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for subsystem where
subsystem: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
subsystem: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for subsystem where
subsystem: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
subsystem: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for subsystem where
subsystem: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
subsystem: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl Expression for subsystem
type SqlType = Text
The type that this expression represents in SQL
impl Column for subsystem
impl<T> EqAll<T> for subsystem where
T: AsExpression<Text>,
Eq<subsystem, T>: Expression<SqlType = Bool>,
[+]
T: AsExpression<Text>,
Eq<subsystem, T>: Expression<SqlType = Bool>,
impl<QS> AppearsOnTable<QS> for subsystem where
QS: AppearsInFromClause<table, Count = Once>,
QS: AppearsInFromClause<table, Count = Once>,
impl QueryId for subsystem
[+]
impl<DB> QueryFragment<DB> for subsystem where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[+]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl NonAggregate for subsystem
Auto Trait Implementations
impl Send for subsystem
impl Unpin for subsystem
impl Sync for subsystem
impl UnwindSafe for subsystem
impl RefUnwindSafe for subsystem
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
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> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue,
[+]
T: Expression,
<T as Expression>::SqlType: SingleValue,
impl<T> IntoSql for T
[+]
impl<T> TextExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
[+]
T: Expression,
<T as Expression>::SqlType: TextOrNullableText,
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<T> NullableExpressionMethods for T where
T: Expression,
[+]
T: Expression,
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,