[][src]Struct mailgun_api::api::Item

pub struct Item {
    pub tags: Option<Vec<Tag>>,
    pub delivery_status: Option<DeliveryStatus>,
    pub storage: Storage,
    pub envelope: Envelope,
    pub log_level: String,
    pub event: String,
    pub campaigns: Option<Value>,
    pub user_variables: Value,
    pub flags: Flags,
    pub recipient_domain: String,
    pub timestamp: f32,
    pub message: Message,
    pub recipient: String,
    pub id: String,
}

Fields

tags: Option<Vec<Tag>>delivery_status: Option<DeliveryStatus>storage: Storageenvelope: Envelopelog_level: Stringevent: Stringcampaigns: Option<Value>user_variables: Valueflags: Flagsrecipient_domain: Stringtimestamp: f32message: Messagerecipient: Stringid: String

Trait Implementations

impl Debug for Item[src]

impl<'de> Deserialize<'de> for Item[src]

impl Serialize for Item[src]

Auto Trait Implementations

impl RefUnwindSafe for Item

impl Send for Item

impl Sync for Item

impl Unpin for Item

impl UnwindSafe for Item

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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.