Struct messagebird_async::sms::TelephoneNumber[][src]

pub struct TelephoneNumber(pub String);

Methods

impl TelephoneNumber
[src]

Trait Implementations

impl Debug for TelephoneNumber
[src]

Formats the value using the given formatter. Read more

impl Eq for TelephoneNumber
[src]

impl PartialEq for TelephoneNumber
[src]

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

This method tests for !=.

impl FromStr for TelephoneNumber
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<TelephoneNumber> for Originator
[src]

Performs the conversion.

Auto Trait Implementations