Struct pshbullet_client::PushbulletClient [] [src]

pub struct PushbulletClient { /* fields omitted */ }

Pushbullet API Client

Methods

impl PushbulletClient
[src]

[src]

Send a push to a device or another person.

[src]

Request push history.

impl PushbulletClient
[src]

[src]

Get a list of devices belonging to the current user.

impl PushbulletClient
[src]

[src]

Initialize with an access token.

Trait Implementations

impl Debug for PushbulletClient
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations