Struct curl::easy::List [] [src]

pub struct List { /* fields omitted */ }

A linked list of a strings

Methods

impl List
[src]

[src]

Creates a new empty list of strings.

[src]

Appends some data into this list.

Important traits for Iter<'a>
[src]

Returns an iterator over the nodes in this list.

Trait Implementations

impl Send for List
[src]

impl Debug for List
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a List
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Important traits for Iter<'a>
[src]

Creates an iterator from a value. Read more

impl Drop for List
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Sync for List