Struct block_tools::db::schema::potential_users::columns::verification_code [−][src]
Trait Implementations
impl<QS> AppearsOnTable<QS> for verification_code where
QS: AppearsInFromClause<table, Count = Once>,
[src]
QS: AppearsInFromClause<table, Count = Once>,
impl Clone for verification_code
[src]
fn clone(&self) -> verification_code
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Column for verification_code
[src]
impl Copy for verification_code
[src]
impl Debug for verification_code
[src]
impl Default for verification_code
[src]
fn default() -> verification_code
[src]
impl<T> EqAll<T> for verification_code where
T: AsExpression<Bpchar>,
Eq<verification_code, T>: Expression<SqlType = Bool>,
[src]
T: AsExpression<Bpchar>,
Eq<verification_code, T>: Expression<SqlType = Bool>,
impl Expression for verification_code
[src]
type SqlType = Bpchar
The type that this expression represents in SQL
impl NonAggregate for verification_code
[src]
impl<DB> QueryFragment<DB> for verification_code where
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
[src]
DB: Backend,
<table as QuerySource>::FromClause: QueryFragment<DB>,
fn walk_ast(&self, mut out: AstPass<'_, DB>) -> QueryResult<()>
[src]
pub fn to_sql(
&self,
out: &mut <DB as Backend>::QueryBuilder
) -> Result<(), Error>
[src]
&self,
out: &mut <DB as Backend>::QueryBuilder
) -> Result<(), Error>
pub fn collect_binds(
&self,
out: &mut <DB as Backend>::BindCollector,
metadata_lookup: &<DB as TypeMetadata>::MetadataLookup
) -> Result<(), Error>
[src]
&self,
out: &mut <DB as Backend>::BindCollector,
metadata_lookup: &<DB as TypeMetadata>::MetadataLookup
) -> Result<(), Error>
pub fn is_safe_to_cache_prepared(&self) -> Result<bool, Error>
[src]
impl QueryId for verification_code
[src]
type QueryId = verification_code
A type which uniquely represents Self
in a SQL query. Read more
const HAS_STATIC_QUERY_ID: bool
[src]
pub fn query_id() -> Option<TypeId>
[src]
impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for verification_code where
verification_code: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
[src]
verification_code: AppearsOnTable<Join<Left, Right, Inner>>,
Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>,
impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for verification_code where
verification_code: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
[src]
verification_code: AppearsOnTable<Join<Left, Right, LeftOuter>>,
Left: AppearsInFromClause<table, Count = Once>,
Right: AppearsInFromClause<table, Count = Never>,
impl<Join, On> SelectableExpression<JoinOn<Join, On>> for verification_code where
verification_code: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
[src]
verification_code: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>,
impl<From> SelectableExpression<SelectStatement<From, DefaultSelectClause, NoDistinctClause, NoWhereClause, NoOrderClause, NoLimitClause, NoOffsetClause, NoGroupByClause, NoLockingClause>> for verification_code where
verification_code: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
[src]
verification_code: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>,
impl SelectableExpression<table> for verification_code
[src]
Auto Trait Implementations
impl RefUnwindSafe for verification_code
[src]
impl Send for verification_code
[src]
impl Sync for verification_code
[src]
impl Unpin for verification_code
[src]
impl UnwindSafe for verification_code
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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<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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoSql for T
[src]
pub fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
[src]
Self: AsExpression<T>,
pub fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
[src]
&'a Self: AsExpression<T>,
impl<T> NullableExpressionMethods for T where
T: Expression,
[src]
T: Expression,
impl<T> PgExpressionMethods for T where
T: Expression,
[src]
T: Expression,
pub fn is_not_distinct_from<T>(
self,
other: T
) -> IsNotDistinctFrom<Self, <T as AsExpression<Self::SqlType>>::Expression> where
T: AsExpression<Self::SqlType>,
[src]
self,
other: T
) -> IsNotDistinctFrom<Self, <T as AsExpression<Self::SqlType>>::Expression> where
T: AsExpression<Self::SqlType>,
pub fn is_distinct_from<T>(
self,
other: T
) -> IsDistinctFrom<Self, <T as AsExpression<Self::SqlType>>::Expression> where
T: AsExpression<Self::SqlType>,
[src]
self,
other: T
) -> IsDistinctFrom<Self, <T as AsExpression<Self::SqlType>>::Expression> where
T: AsExpression<Self::SqlType>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,