Struct gcm::MessageResult [] [src]

pub struct MessageResult {
    pub message_id: Option<u64>,
    pub registration_id: Option<u64>,
    pub error: Option<String>,
}

Fields

Trait Implementations

impl Debug for MessageResult
[src]

Formats the value using the given formatter.