Struct messagebird_async::sms::Recipient [−][src]
pub struct Recipient { /* fields omitted */ }Methods
impl Recipient[src]
impl RecipientTrait Implementations
impl Debug for Recipient[src]
impl Debug for Recipientfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Recipient[src]
impl Eq for Recipientimpl PartialEq for Recipient[src]
impl PartialEq for Recipientfn eq(&self, other: &Recipient) -> bool[src]
fn eq(&self, other: &Recipient) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Recipient) -> bool[src]
fn ne(&self, other: &Recipient) -> boolThis method tests for !=.
impl From<Recipient> for QueryRecipient[src]
impl From<Recipient> for QueryRecipient