Struct elefren::entities::status::Tag[][src]

pub struct Tag {
    pub name: String,
    pub url: String,
}

Hashtags in the status.

Fields

The hashtag, not including the preceding #.

The URL of the hashtag.

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter. Read more

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag