Struct messagebird_async::sms::Links[][src]

pub struct Links { /* fields omitted */ }

Helper for paging implementation

Currently not exposed/used. Requires some more thoughts on how to use this to implement a Stream of messages

TODO actually it would be awesome if this could be parsed back to ListParameters

Trait Implementations

impl Debug for Links
[src]

Formats the value using the given formatter. Read more

impl Eq for Links
[src]

impl PartialEq for Links
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Links

impl Sync for Links