Struct messagebird_async::sms::TypeDetails[][src]

pub struct TypeDetails { /* fields omitted */ }

Methods

impl TypeDetails
[src]

add a new type detail to the set of type details

Important traits for Iter<'a, K>

Trait Implementations

impl Clone for TypeDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeDetails
[src]

Formats the value using the given formatter. Read more

impl Eq for TypeDetails
[src]

impl PartialEq for TypeDetails
[src]

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

This method tests for !=.

impl Default for TypeDetails
[src]

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

impl Serialize for TypeDetails
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for TypeDetails

impl Sync for TypeDetails