Struct serenity::model::EmbedImage [] [src]

pub struct EmbedImage {
    pub height: u64,
    pub proxy_url: String,
    pub url: String,
    pub width: u64,
}

An image object in an embed.

Fields

The height of the image.

A proxied URL of the image.

Source URL of the image.

This only supports HTTP(S).

The width of the image.

Trait Implementations

impl Clone for EmbedImage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmbedImage
[src]

[src]

Formats the value using the given formatter.