Struct hyper::header::LinkValue [] [src]

pub struct LinkValue { /* fields omitted */ }

A single link-value of a Link header, based on: RFC5988

Methods

impl LinkValue
[src]

Create LinkValue from URI-Reference.

Get the LinkValue's value.

Get the LinkValue's rel parameter(s).

Get the LinkValue's anchor parameter.

Get the LinkValue's rev parameter(s).

Get the LinkValue's hreflang parameter(s).

Get the LinkValue's media parameter(s).

Get the LinkValue's title parameter.

Get the LinkValue's title* parameter.

Get the LinkValue's type parameter.

Add a RelationType to the LinkValue's rel parameter.

Set LinkValue's anchor parameter.

Add a RelationType to the LinkValue's rev parameter.

Add a LanguageTag to the LinkValue's hreflang parameter.

Add a MediaDesc to the LinkValue's media_desc parameter.

Set LinkValue's title parameter.

Set LinkValue's title* parameter.

Set LinkValue's type parameter.

Trait Implementations

impl Clone for LinkValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LinkValue
[src]

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

This method tests for !=.

impl Debug for LinkValue
[src]

Formats the value using the given formatter.

impl Display for LinkValue
[src]

Formats the value using the given formatter. Read more