pub enum Metadata {
Show 34 variants
ApplicationName,
Author,
Description,
Generator,
Keywords,
Referrer,
Creator,
Googlebot,
Publisher,
Robots,
Viewport,
TwitterCard,
TwitterSiteId,
TwitterSite,
TwitterCreatorId,
TwitterCreator,
TwitterDescription,
TwitterTitle,
TwitterImageAlt,
TwitterImage,
TwitterPlayerWidth,
TwitterPlayerHeight,
TwitterPlayerStream,
TwitterPlayer,
TwitterAppNamePhone,
TwitterAppNameIphone,
TwitterAppIdIphone,
TwitterAppUrlIphone,
TwitterAppNameIpad,
TwitterAppIdIpad,
TwitterAppUrlIpad,
TwitterAppNameGooglePlay,
TwitterAppIdGooglePlay,
TwitterAppUrlGooglePlay,
}Variants§
ApplicationName
Author
Description
Generator
Keywords
Referrer
Creator
Googlebot
Publisher
Robots
Viewport
TwitterCard
TwitterSiteId
TwitterSite
TwitterCreatorId
TwitterCreator
TwitterDescription
TwitterTitle
TwitterImageAlt
TwitterImage
TwitterPlayerWidth
TwitterPlayerHeight
TwitterPlayerStream
TwitterPlayer
TwitterAppNamePhone
TwitterAppNameIphone
TwitterAppIdIphone
TwitterAppUrlIphone
TwitterAppNameIpad
TwitterAppIdIpad
TwitterAppUrlIpad
TwitterAppNameGooglePlay
TwitterAppIdGooglePlay
TwitterAppUrlGooglePlay
Trait Implementations§
source§impl Ord for Metadata
impl Ord for Metadata
source§impl PartialEq<Metadata> for Metadata
impl PartialEq<Metadata> for Metadata
source§impl PartialOrd<Metadata> for Metadata
impl PartialOrd<Metadata> for Metadata
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more