Struct hubcaps::Links [] [src]

pub struct Links { /* fields omitted */ }

An abstract collection of Link header urls Exposes interfaces to access link relations github typically sends as headers

Methods

impl Links
[src]

Creates a new Links instance given a raw header string value

Returns next link url, when vailable

Returns prev link url, when vailable

Returns last link url, when vailable

Trait Implementations

impl Debug for Links
[src]

Formats the value using the given formatter.