Struct serenity::model::EmbedFooter
[−]
[src]
pub struct EmbedFooter { pub icon_url: Option<String>, pub proxy_icon_url: Option<String>, pub text: String, }
Footer information for an embed.
Fields
icon_url: Option<String>
The URL of the footer icon.
This only supports HTTP(S).
proxy_icon_url: Option<String>
A proxied URL of the footer icon.
text: String
The associated text with the footer.
Trait Implementations
impl Clone for EmbedFooter
[src]
fn clone(&self) -> EmbedFooter
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more