Struct httpbis::solicit::header::Headers[][src]

pub struct Headers(pub Vec<Header>);

Methods

impl Headers
[src]

Multiline string

Trait Implementations

impl Default for Headers
[src]

Returns the "default value" for a type. Read more

impl Debug for Headers
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Headers
[src]

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

This method tests for !=.

impl Eq for Headers
[src]

impl Clone for Headers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromIterator<Header> for Headers
[src]

Creates a value from an iterator. Read more

Auto Trait Implementations

impl Send for Headers

impl Sync for Headers