Struct messagebird_async::sms::Msisdn[][src]

pub struct Msisdn(_);

Methods

impl Msisdn
[src]

Mobile Subscriber Integrated Services Digital Network Number

A worldwide unique phone number. This does not require a + or 00 prefix before the country code.

Methods from Deref<Target = u64>

Trait Implementations

impl Copy for Msisdn
[src]

impl Clone for Msisdn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Msisdn
[src]

Formats the value using the given formatter. Read more

impl Eq for Msisdn
[src]

impl PartialEq for Msisdn
[src]

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

This method tests for !=.

impl Deref for Msisdn
[src]

The resulting type after dereferencing.

Dereferences the value.

impl FromStr for Msisdn
[src]

The associated error which can be returned from parsing.

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

impl ToString for Msisdn
[src]

Converts the given value to a String. Read more

impl From<Msisdn> for QueryRecipient
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Msisdn

impl Sync for Msisdn