Struct fcm::MessageResult [] [src]

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

Fields

Trait Implementations

impl Decodable for MessageResult
[src]

Deserialize a value using a Decoder.

impl Debug for MessageResult
[src]

Formats the value using the given formatter.