Struct tunein::common::Link [] [src]

pub struct Link {
    pub text: String,
    pub url: String,
    pub key: String,
    pub guide_id: String,
}

Fields

Methods

impl Link
[src]

Trait Implementations

impl Debug for Link
[src]

Formats the value using the given formatter.

impl PartialEq for Link
[src]

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

This method tests for !=.