Struct serenity::model::EmbedAuthor
[−]
[src]
pub struct EmbedAuthor {
pub icon_url: Option<String>,
pub name: String,
pub proxy_icon_url: Option<String>,
pub url: Option<String>,
}An author object in an embed.
Fields
icon_url: Option<String>
The URL of the author icon.
This only supports HTTP(S).
name: String
The name of the author.
proxy_icon_url: Option<String>
A proxied URL of the author icon.
url: Option<String>
The URL of the author.
Trait Implementations
impl Clone for EmbedAuthor[src]
fn clone(&self) -> EmbedAuthor[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