Struct curl::multi::EasyHandle [] [src]

pub struct EasyHandle { /* fields omitted */ }

Wrapper around an easy handle while it's owned by a multi handle.

Once an easy handle has been added to a multi handle then it can no longer be used via perform. This handle is also used to remove the easy handle from the multi handle when desired.

Methods

impl EasyHandle
[src]

[src]

Sets an internal private token for this EasyHandle.

This function will set the CURLOPT_PRIVATE field on the underlying easy handle.

Trait Implementations

impl Debug for EasyHandle
[src]

[src]

Formats the value using the given formatter.