Struct ezomyte::Client [] [src]

pub struct Client<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Client interface for interacting with Path of Exile API.

Methods

impl Client<HttpConnector>
[src]

[src]

Create a new Client which points to the default API URL.

[src]

Create a Client which points to given API URL.

impl<C: Clone + Connect> Client<C>
[src]

[src]

Create a Client which directly wraps a hyper::Client.

impl<C: Clone + Connect> Client<C>
[src]

[src]

Access interface for public stash tabs.

[src]

Access interface for PoE league information.

[src]

Access the interface PoE league rules' information.

[src]

Access the interface for PoE PvP matches information.

Trait Implementations

impl<C: Clone> Clone for Client<C> where
    C: Clone + Connect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: Debug> Debug for Client<C> where
    C: Clone + Connect
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> !Send for Client<C>

impl<C> !Sync for Client<C>