Struct messagebird_async::sms::AlphaNumeric[][src]

pub struct AlphaNumeric(pub String);

Methods

impl AlphaNumeric
[src]

Trait Implementations

impl Debug for AlphaNumeric
[src]

Formats the value using the given formatter. Read more

impl Eq for AlphaNumeric
[src]

impl PartialEq for AlphaNumeric
[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 AlphaNumeric
[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<AlphaNumeric> for Originator
[src]

Performs the conversion.

Auto Trait Implementations