Struct messagebird_async::sms::Contact[][src]

pub struct Contact(_);

Trait Implementations

impl Clone for Contact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Contact
[src]

Formats the value using the given formatter. Read more

impl Eq for Contact
[src]

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

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

impl Display for Contact
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Contact

impl Sync for Contact