Struct messagebird_async::sms::Group[][src]

pub struct Group;

Trait Implementations

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Group
[src]

Formats the value using the given formatter. Read more

impl Eq for Group
[src]

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

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

impl Display for Group
[src]

Formats the value using the given formatter. Read more

impl From<Group> for QueryRecipient
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Group

impl Sync for Group