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 Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Link
[src]

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

impl Debug for Link
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Link

impl Sync for Link