Struct noob::builder::EmbedAuthor[][src]

pub struct EmbedAuthor<'a> {
    pub name: Option<&'a str>,
    pub url: Option<&'a str>,
    pub icon_url: Option<&'a str>,
}

Representation of an embed author

Fields

Name of author

URL of author

URL of author icon

Methods

impl<'a> EmbedAuthor<'a>
[src]

Create an empty embed author

Trait Implementations

impl<'a> Default for EmbedAuthor<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for EmbedAuthor<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EmbedAuthor<'a>

impl<'a> Sync for EmbedAuthor<'a>