Struct messagebird_async::sms::Message[][src]

pub struct Message { /* fields omitted */ }

BirdedMessage

A message as queried from the MessageBird API. Refer to SendableMessage for an object which can be sent.

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter. Read more

impl Eq for Message
[src]

impl PartialEq for Message
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Message

impl Sync for Message