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

pub struct Gateway(pub u32);

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