Struct messagebird_async::sms::Recipient[][src]

pub struct Recipient { /* fields omitted */ }

Methods

impl Recipient
[src]

Trait Implementations

impl Debug for Recipient
[src]

Formats the value using the given formatter. Read more

impl Eq for Recipient
[src]

impl PartialEq for Recipient
[src]

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

This method tests for !=.

impl From<Recipient> for QueryRecipient
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Recipient

impl Sync for Recipient