Struct serenity::builder::CreateEmbedFooter [] [src]

pub struct CreateEmbedFooter(pub Map<String, Value>);

A builder to create a fake Embed object's footer, for use with the CreateEmbed::footer method.

This does not require any field be set.

Methods

impl CreateEmbedFooter
[src]

Set the icon URL's value. This only supports HTTP(S).

Set the footer's text.

Trait Implementations

impl Clone for CreateEmbedFooter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateEmbedFooter
[src]

Formats the value using the given formatter.

impl Default for CreateEmbedFooter
[src]

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