Struct fcm::MessageResult [] [src]

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

Fields

message_id: Option<u64> registration_id: Option<u64> error: Option<String>

Trait Implementations

impl Debug for MessageResult
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for MessageResult
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MessageResult, __D::Error>