Struct noob::builder::EmbedField[][src]

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

Representation of an embed field

Methods

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

Create a new embed field

Create a new inline embed field

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EmbedField<'a>

impl<'a> Sync for EmbedField<'a>