Struct gpx::Link [] [src]

pub struct Link {
    pub href: String,
    pub text: Option<String>,
    pub _type: Option<String>,
}

Link represents a link to an external resource.

An external resource could be a web page, digital photo, video clip, etc., with additional information.

Fields

URL of hyperlink.

Text of hyperlink.

Mime type of content (image/jpeg)

Trait Implementations

impl Default for Link
[src]

[src]

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

impl Debug for Link
[src]

[src]

Formats the value using the given formatter.