Struct serenity::model::EmbedThumbnail
[−]
[src]
pub struct EmbedThumbnail { pub height: u64, pub proxy_url: String, pub url: String, pub width: u64, }
The dimensions and URL of an embed thumbnail.
Fields
height: u64
The height of the thumbnail in pixels.
proxy_url: String
A proxied URL of the thumbnail.
url: String
The source URL of the thumbnail.
This only supports HTTP(S).
width: u64
The width of the thumbnail in pixels.
Trait Implementations
impl Clone for EmbedThumbnail
[src]
fn clone(&self) -> EmbedThumbnail
[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