Struct telegram::schema::contacts::Link []

pub struct Link {
    pub my_link: MyLink,
    pub foreign_link: ForeignLink,
    pub user: User,
}

Fields

Trait Implementations

impl Debug for Link
[src]

Formats the value using the given formatter.

impl Serialize for Link

Serialize to the passed buffer.