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.

Methods

impl Message
[src]

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 !=.

impl Default for Message
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Message

impl Sync for Message