Struct noob::builder::EmbedBuilder[][src]

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

Builder for a message embed

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EmbedBuilder<'a>

impl<'a> Sync for EmbedBuilder<'a>