Struct mio_httpc::Call [] [src]

pub struct Call(_);

Call structure.

Methods

impl Call
[src]

[src]

Get a CallRef that matches this call.

[src]

Is CallRef for this call.

Trait Implementations

impl Debug for Call
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Call
[src]

[src]

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

[src]

This method tests for !=.