Struct hal::link::Link
[-] [+]
[src]
pub struct Link {
// some fields omitted
}A Hal Link object
Methods
impl Link
fn new<S: Into<String>>(href: S) -> Link
fn from_json(json: &Json) -> Link
Convert a json object into a Link