Struct pixiv::PixivRequest [] [src]

pub struct PixivRequest { /* fields omitted */ }

Pixiv request. You can create this using PixivRequestBuilder::build. This is for if you wish to inspect the request before sending.

Methods

impl PixivRequest
[src]

[src]

Create a new PixivRequest. A PixivRequest is returned when calling build() on PixivRequestBuilder, so it is recommended you use that instead.

[src]

Get the method.

[src]

Get a mutable reference to the method.

[src]

Get the url.

[src]

Get a mutable reference to the url.

[src]

Get the headers.

[src]

Get a mutable reference to the headers.

Trait Implementations

impl Debug for PixivRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PixivRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PixivRequest

impl !Sync for PixivRequest