Struct messagebird_async::sms::view::ViewParameters[][src]

pub struct ViewParameters { /* fields omitted */ }

QuerySend is an object that can be passed on to MessageBird API to trigger sending a SMS

Methods

impl ViewParameters
[src]

Trait Implementations

impl Debug for ViewParameters
[src]

Formats the value using the given formatter. Read more

impl Eq for ViewParameters
[src]

impl PartialEq for ViewParameters
[src]

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

This method tests for !=.

impl Display for ViewParameters
[src]

Formats the value using the given formatter. Read more

impl Query for ViewParameters
[src]

Auto Trait Implementations