Struct messagebird_async::sms::Identifier[][src]

pub struct Identifier(_);

Methods

impl Identifier
[src]

Trait Implementations

impl Debug for Identifier
[src]

Formats the value using the given formatter. Read more

impl Eq for Identifier
[src]

impl PartialEq for Identifier
[src]

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

This method tests for !=.

impl Hash for Identifier
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for Identifier
[src]

Returns the "default value" for a type. Read more

impl Display for Identifier
[src]

Formats the value using the given formatter. Read more

impl FromStr for Identifier
[src]

The associated error which can be returned from parsing.

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

impl Serialize for Identifier
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Identifier
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Identifier

impl Sync for Identifier