Enum strong::validators::Email[][src]

pub enum Email {}

Trait Implementations

impl NotNull for Email[src]

impl QueryId for Email[src]

type QueryId = Email

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

impl SingleValue for Email[src]

impl Validator for Email[src]

type Err = InvalidEmail

Auto Trait Implementations

impl RefUnwindSafe for Email

impl Send for Email

impl Sync for Email

impl Unpin for Email

impl UnwindSafe for Email

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.