Struct strong::validators::Name[][src]

pub struct Name<T> { /* fields omitted */ }

Trait Implementations

impl<T> NotNull for Name<T>[src]

impl<T: QueryId> QueryId for Name<T>[src]

type QueryId = Name<<T as QueryId>::QueryId>

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

impl<T> SingleValue for Name<T>[src]

impl<T> Validator for Name<T>[src]

type Err = Infallible

Auto Trait Implementations

impl<T> RefUnwindSafe for Name<T> where
    T: RefUnwindSafe

impl<T> Send for Name<T> where
    T: Send

impl<T> Sync for Name<T> where
    T: Sync

impl<T> Unpin for Name<T> where
    T: Unpin

impl<T> UnwindSafe for Name<T> where
    T: 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<Ctx> DebugTransparent for Ctx where
    Ctx: Validator
[src]

impl<Ctx> DisplayTransparent for Ctx where
    Ctx: Validator
[src]

impl<Ctx> EqTransparent for Ctx where
    Ctx: Validator
[src]

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

impl<Ctx> HashTransparent for Ctx where
    Ctx: Validator
[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<Ctx> OrdTransparent for Ctx where
    Ctx: Validator
[src]

impl<Ctx> PartialEqTransparent for Ctx where
    Ctx: Validator
[src]

impl<Ctx> PartialOrdTransparent for Ctx where
    Ctx: Validator
[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.