Struct noob::builder::EmbedFooter[][src]

pub struct EmbedFooter<'a> { /* fields omitted */ }

Representation of an embed footer

Methods

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

Create a text-only footer

Create a footer with an icon

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EmbedFooter<'a>

impl<'a> Sync for EmbedFooter<'a>