Struct messagebird_async::sms::Gateway[][src]

pub struct Gateway(pub u32);

Determines the Gateway ID

Not very useful right now, recommended to not use unless you have explicit issues i.e. some base stations in south eastern europe happily convert binary SMS to textual SMS - because why not? In that case alternate routes might help to circumpass the issues.

Methods from Deref<Target = u32>

Trait Implementations

impl Debug for Gateway
[src]

Formats the value using the given formatter. Read more

impl Eq for Gateway
[src]

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

The resulting type after dereferencing.

Dereferences the value.

impl FromStr for Gateway
[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 Gateway
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for Gateway

impl Sync for Gateway