[−]Struct raspberry_web::schema::gpio_state::columns::gpio_level
Trait Implementations
impl Copy for gpio_level
impl Copy for gpio_levelimpl Default for gpio_level
impl Default for gpio_levelfn default() -> gpio_level |
impl Clone for gpio_level
impl Clone for gpio_levelfn clone(&self) -> gpio_level |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for gpio_level
impl Debug for gpio_levelimpl Expression for gpio_level
impl Expression for gpio_leveltype SqlType = Nullable<Text>
The type that this expression represents in SQL
impl<QS> AppearsOnTable<QS> for gpio_level where
QS: AppearsInFromClause<table, Count = Once>,
impl<QS> AppearsOnTable<QS> for gpio_level where
QS: AppearsInFromClause<table, Count = Once>, impl SelectableExpression<table> for gpio_level
impl SelectableExpression<table> for gpio_levelimpl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for gpio_level where
gpio_level: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for gpio_level where
gpio_level: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>, impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for gpio_level where
gpio_level: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for gpio_level where
gpio_level: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, impl<Join, On> SelectableExpression<JoinOn<Join, On>> for gpio_level where
gpio_level: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for gpio_level where
gpio_level: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>, impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for gpio_level where
gpio_level: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for gpio_level where
gpio_level: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, impl Column for gpio_level
impl Column for gpio_levelimpl<T> EqAll<T> for gpio_level where
T: AsExpression<Nullable<Text>>,
Eq<gpio_level, T>: Expression<SqlType = Bool>,
impl<T> EqAll<T> for gpio_level where
T: AsExpression<Nullable<Text>>,
Eq<gpio_level, T>: Expression<SqlType = Bool>, impl<DB> QueryFragment<DB> for gpio_level where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
impl<DB> QueryFragment<DB> for gpio_level where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>, fn walk_ast(&self, out: AstPass<DB>) -> QueryResult<()> |
fn to_sql(&self, out: &mut <DB as Backend>::QueryBuilder) -> Result<(), Error> | [src] |
Converts this QueryFragment to its SQL representation. Read more
fn collect_binds( | [src] |
Serializes all bind parameters in this query. Read more
fn is_safe_to_cache_prepared(&self) -> Result<bool, Error> | [src] |
Is this query safe to store in the prepared statement cache? Read more
impl QueryId for gpio_level
impl QueryId for gpio_leveltype QueryId = gpio_level
A type which uniquely represents Self in a SQL query. Read more
const HAS_STATIC_QUERY_ID: bool
fn query_id() -> Option<TypeId> | [src] |
Returns the type id of Self::QueryId if Self::HAS_STATIC_QUERY_ID. Returns None otherwise. Read more
impl NonAggregate for gpio_level
impl NonAggregate for gpio_levelAuto Trait Implementations
impl Send for gpio_level
impl Send for gpio_levelimpl Sync for gpio_level
impl Sync for gpio_levelBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<QS, T, DB> BoxableExpression for T where
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>, [src]
impl<QS, T, DB> BoxableExpression for T where
DB: Backend,
T: Expression + SelectableExpression<QS> + NonAggregate + QueryFragment<DB>, impl<T> NullableExpressionMethods for T where
T: Expression, [src]
impl<T> NullableExpressionMethods for T where
T: Expression, fn nullable(self) -> Nullable<Self> | [src] |
Converts this potentially non-null expression into one which is treated as nullable. This method has no impact on the generated SQL, and is only used to allow certain comparisons that would otherwise fail to compile. Read more
impl<T> IntoSql for T[src]
impl<T> IntoSql for Tfn into_sql<T>(self) -> Self::Expression where | [src] |
Convert self to an expression for Diesel's query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where | [src] |
Convert &self to an expression for Diesel's query builder. Read more
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue, [src]
impl<T> ExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: SingleValue, fn eq<T>( | [src] |
Creates a SQL = expression. Read more
fn ne<T>( | [src] |
Creates a SQL != expression. Read more
fn eq_any<T>( | [src] |
Creates a SQL IN statement. Read more
fn ne_any<T>( | [src] |
use ne_all instead
Deprecated alias for ne_all Read more
fn ne_all<T>( | [src] |
Creates a SQL NOT IN statement. Read more
fn is_null(self) -> IsNull<Self> | [src] |
Creates a SQL IS NULL expression. Read more
fn is_not_null(self) -> IsNotNull<Self> | [src] |
Creates a SQL IS NOT NULL expression. Read more
fn gt<T>( | [src] |
Creates a SQL > expression. Read more
fn ge<T>( | [src] |
Creates a SQL >= expression. Read more
fn lt<T>( | [src] |
Creates a SQL < expression. Read more
fn le<T>( | [src] |
Creates a SQL <= expression. Read more
fn between<T, U>( | [src] |
Creates a SQL BETWEEN expression using the given lower and upper bounds. Read more
fn not_between<T, U>( | [src] |
Creates a SQL NOT BETWEEN expression using the given lower and upper bounds. Read more
fn desc(self) -> Desc<Self> | [src] |
Creates a SQL DESC expression, representing this expression in descending order. Read more
fn asc(self) -> Asc<Self> | [src] |
Creates a SQL ASC expression, representing this expression in ascending order. Read more
impl<T> TextExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: TextOrNullableText, [src]
impl<T> TextExpressionMethods for T where
T: Expression,
<T as Expression>::SqlType: TextOrNullableText, fn concat<T>( | [src] |
Concatenates two strings using the || operator. Read more
fn like<T>( | [src] |
Returns a SQL LIKE expression Read more
fn not_like<T>( | [src] |
Returns a SQL NOT LIKE expression Read more
impl<T> Erased for T
impl<T> Erased for T