Struct gazetta_model_ext::Link [] [src]

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

Fields

Methods

impl Link
[src]

Trait Implementations

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Link
[src]

Formats the value using the given formatter.