Struct gcm::GcmResponse [] [src]

pub struct GcmResponse {
    pub message_id: Option<u64>,
    pub error: Option<String>,
    pub multicast_id: Option<i64>,
    pub success: Option<u64>,
    pub failure: Option<u64>,
    pub canonical_ids: Option<u64>,
    pub results: Option<Vec<MessageResult>>,
}

Fields

Trait Implementations

impl Debug for GcmResponse
[src]

Formats the value using the given formatter.