[−]Struct kubos_telemetry_db::telemetry::columns::timestamp
Trait Implementations
impl Default for timestamp
[+]
impl Clone for timestamp
[+]
impl Copy for timestamp
impl<Rhs> Add<Rhs> for timestamp where
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Add>::Rhs>,
[+]
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Add>::Rhs>,
impl<Rhs> Sub<Rhs> for timestamp where
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Sub>::Rhs>,
[+]
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Sub>::Rhs>,
impl<Rhs> Mul<Rhs> for timestamp where
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Mul>::Rhs>,
[+]
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Mul>::Rhs>,
impl<Rhs> Div<Rhs> for timestamp where
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Div>::Rhs>,
[+]
Rhs: AsExpression<<<timestamp as Expression>::SqlType as Div>::Rhs>,
impl Debug for timestamp
[+]
impl SelectableExpression<table> for timestamp
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for timestamp where
timestamp: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
timestamp: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for timestamp where
timestamp: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
timestamp: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for timestamp where
timestamp: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
timestamp: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for timestamp where
timestamp: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
timestamp: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl Expression for timestamp
type SqlType = Double
The type that this expression represents in SQL
impl Column for timestamp
impl<T> EqAll<T> for timestamp where
T: AsExpression<Double>,
Eq<timestamp, T>: Expression<SqlType = Bool>,
[+]
T: AsExpression<Double>,
Eq<timestamp, T>: Expression<SqlType = Bool>,
impl<QS> AppearsOnTable<QS> for timestamp where
QS: AppearsInFromClause<table, Count = Once>,
QS: AppearsInFromClause<table, Count = Once>,
impl QueryId for timestamp
[+]
impl<DB> QueryFragment<DB> for timestamp where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[+]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl NonAggregate for timestamp
Auto Trait Implementations
impl Send for timestamp
impl Unpin for timestamp
impl Sync for timestamp
impl UnwindSafe for timestamp
impl RefUnwindSafe for timestamp
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<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,