Struct expo_server_sdk::PushReceipt[][src]

pub struct PushReceipt<T> where
    T: Debug
{ pub status: String, pub message: Option<String>, pub details: Option<T>, }

See the Expo documentation on Push Notifications for details about the push notifications response from the server.

Fields

Trait Implementations

impl<T: Debug> Debug for PushReceipt<T> where
    T: Debug
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for PushReceipt<T> where
    T: Debug
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

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

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