[][src]Struct socketlabz::response::AddressResult

pub struct AddressResult<'a> {
    pub email_address: Cow<'a, str>,
    pub accepted: bool,
    pub error_code: AddressResultErrorCode,
}

Representation of the SocketLabs AddressResult.

Fields

email_address: Cow<'a, str>

The recipient address which generated the warning or error.

accepted: bool

A true or false value indicating whether or not the message was deliverable.

error_code: AddressResultErrorCode

The reason for message delivery failure when an error occurs on the address-level.

Trait Implementations

impl<'a> Debug for AddressResult<'a>[src]

impl<'de, 'a> Deserialize<'de> for AddressResult<'a>[src]

Auto Trait Implementations

impl<'a> Send for AddressResult<'a>

impl<'a> Sync for AddressResult<'a>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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