Struct mio_httpc::Call [] [src]

pub struct Call(_);

Call structure.

Methods

impl Call
[src]

[src]

Get a CallRef that matches this call.

[src]

[src]

Is CallRef for this call.

Trait Implementations

impl From<Call> for SimpleCall
[src]

[src]

Performs the conversion.

impl Debug for Call
[src]

[src]

Formats the value using the given formatter. Read more

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 !=.

Auto Trait Implementations

impl Send for Call

impl Sync for Call