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

pub enum Email {}

Trait Implementations

impl DebugTransparent for Email[src]

impl DisplayTransparent for Email[src]

impl EqTransparent for Email[src]

impl HashTransparent for Email[src]

impl NotNull for Email[src]

impl OrdTransparent for Email[src]

impl PartialEqTransparent for Email[src]

impl PartialOrdTransparent 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<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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,