Struct elefren::entities::mention::Mention[][src]

pub struct Mention {
    pub url: String,
    pub username: String,
    pub acct: String,
    pub id: String,
}

Represents a mention used in a status

Fields

URL of user's profile (can be remote)

The username of the account

Equals username for local users, includes @domain for remote ones

Account ID

Trait Implementations

impl Debug for Mention
[src]

Formats the value using the given formatter. Read more

impl Clone for Mention
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Mention

impl Sync for Mention