pub struct Builder(_);

Implementations

Filters for the origin of the message

May be either a phone number, contact (unimplemented as of now) or a string. Messages which are sent via the API and do not have an origin defined will have "inbox" be the default originator.

Filters for the payload type, either being SMS or Binary

Filters for the direction

Filters for the status of the messages being listed

Counterpart to with_origin

The number of messages to skip before listing. Allows it to be used as paginating.

Limits the number of returned messages

Validate the message contained a fixed term

Filters for messages that were sent in a certain range

Defines the timspan since when the message was sent TODO rename, too amibiguous

Until what timestamp the messages we are interested in are filtered

Finalizes and returns the ListParameters

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.