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

pub struct TypeDetails { /* fields omitted */ }

HashSet of type details

Methods

impl TypeDetails[src]

pub fn new() -> Self[src]

pub fn add(&mut self, td: TypeDetail)[src]

add a new type detail to the set of type details

pub fn iter(&mut self) -> Iter<TypeDetail>[src]

iterate over all type details

Trait Implementations

impl Clone for TypeDetails[src]

impl Debug for TypeDetails[src]

impl Default for TypeDetails[src]

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

impl Eq for TypeDetails[src]

impl PartialEq<TypeDetails> for TypeDetails[src]

impl Serialize for TypeDetails[src]

impl StructuralEq for TypeDetails[src]

impl StructuralPartialEq for TypeDetails[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.