pub enum SchemaMetaTag {
Name,
Description,
Image,
}Expand description
Schema.org meta tags.
Variants§
Auto Trait Implementations§
impl Freeze for SchemaMetaTag
impl RefUnwindSafe for SchemaMetaTag
impl Send for SchemaMetaTag
impl Sync for SchemaMetaTag
impl Unpin for SchemaMetaTag
impl UnwindSafe for SchemaMetaTag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more