Enum link_preview::og::OpenGraphTag [−][src]
pub enum OpenGraphTag {
Title,
Url,
Image,
Type,
Description,
Locale,
ImageHeight,
ImageWidth,
SiteName,
}Expand description
OpenGraphTag meta tags collection
Variants
Represents the “og:title” OpenGraph meta tag.
The title of your object as it should appear within the graph, e.g., “The Rock”.
Represents the “og:url” OpenGraph meta tag
Represents the “og:image” OpenGraph meta tag
Represents the “og:type” OpenGraph meta tag
The type of your object, e.g., “video.movie”. Depending on the type you specify, other properties may also be required.
Represents the “og:description” OpenGraph meta tag
Represents the “og:locale” OpenGraph meta tag
Represents the “og:image:height” OpenGraph meta tag
Represents the “og:image:width” OpenGraph meta tag
Represents the “og:site_name” OpenGraph meta tag