Enum messagebird_async::sms::TypeDetail[][src]

pub enum TypeDetail {
    UserDataHeader(String),
}

Variants

Methods

impl TypeDetail
[src]

Trait Implementations

impl Clone for TypeDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeDetail
[src]

Formats the value using the given formatter. Read more

impl Eq for TypeDetail
[src]

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

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

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

Auto Trait Implementations

impl Send for TypeDetail

impl Sync for TypeDetail