Struct strong::impl_diesel::SqlStrong[][src]

pub struct SqlStrong<Ctx>(_);

Trait Implementations

impl<'expr, Ctx: Validator> AsExpression<SqlStrong<Ctx>> for &'expr StrongBuf<Ctx>[src]

type Expression = Bound<SqlStrong<Ctx>, Self>

The expression being returned

impl<'expr2, 'expr, Ctx: Validator> AsExpression<SqlStrong<Ctx>> for &'expr2 &'expr StrongBuf<Ctx>[src]

type Expression = Bound<SqlStrong<Ctx>, Self>

The expression being returned

impl<Ctx: Validator> AsExpression<SqlStrong<Ctx>> for StrongBuf<Ctx>[src]

type Expression = Bound<SqlStrong<Ctx>, Self>

The expression being returned

impl<'expr, Ctx: Validator> AsExpression<SqlStrong<Ctx>> for &'expr Strong<Ctx>[src]

type Expression = Bound<SqlStrong<Ctx>, Self>

The expression being returned

impl<'expr2, 'expr, Ctx: Validator> AsExpression<SqlStrong<Ctx>> for &'expr2 &'expr Strong<Ctx>[src]

type Expression = Bound<SqlStrong<Ctx>, Self>

The expression being returned

impl<Ctx> Default for SqlStrong<Ctx>[src]

impl<'a, Ctx, DB> FromSql<SqlStrong<Ctx>, DB> for StrongBuf<Ctx> where
    Ctx: Validator,
    Ctx::Err: Error + Send + Sync + 'static,
    DB: Backend<RawValue = [u8]>,
    String: FromSql<Text, DB>, 
[src]

impl<Ctx> NotNull for SqlStrong<Ctx>[src]

impl<Ctx: QueryId> QueryId for SqlStrong<Ctx>[src]

type QueryId = SqlStrong<<Ctx as QueryId>::QueryId>

A type which uniquely represents Self in a SQL query. Read more

impl<Ctx> SingleValue for SqlStrong<Ctx>[src]

impl<Ctx, DB> ToSql<SqlStrong<Ctx>, DB> for Strong<Ctx> where
    Ctx: Validator + DebugTransparent,
    DB: Backend
[src]

impl<Ctx, DB> ToSql<SqlStrong<Ctx>, DB> for StrongBuf<Ctx> where
    Ctx: Validator + DebugTransparent,
    DB: Backend
[src]

Auto Trait Implementations

impl<Ctx> RefUnwindSafe for SqlStrong<Ctx> where
    Ctx: RefUnwindSafe

impl<Ctx> Send for SqlStrong<Ctx> where
    Ctx: Send

impl<Ctx> Sync for SqlStrong<Ctx> where
    Ctx: Sync

impl<Ctx> Unpin for SqlStrong<Ctx> where
    Ctx: Unpin

impl<Ctx> UnwindSafe for SqlStrong<Ctx> where
    Ctx: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoNullable for T where
    T: NotNull
[src]

type Nullable = Nullable<T>

The nullable representation of this type. Read more

impl<T> IntoSql for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.