Struct fcm::MessageBody [] [src]

pub struct MessageBody<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> Debug for MessageBody<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for MessageBody<'a>
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for MessageBody<'a>

impl<'a> Sync for MessageBody<'a>