pub enum StructuredDataType {
JsonLd,
Microdata,
RDFa,
}Expand description
Structured data format type.
Identifies the schema/format used for structured data markup.
Variants§
JsonLd
JSON-LD (JSON for Linking Data) script blocks
Microdata
HTML5 Microdata attributes (itemscope, itemtype, itemprop)
RDFa
RDF in Attributes (RDFa) markup
Trait Implementations§
Source§impl Clone for StructuredDataType
impl Clone for StructuredDataType
Source§fn clone(&self) -> StructuredDataType
fn clone(&self) -> StructuredDataType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StructuredDataType
impl Debug for StructuredDataType
Source§impl<'de> Deserialize<'de> for StructuredDataType
impl<'de> Deserialize<'de> for StructuredDataType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for StructuredDataType
impl Display for StructuredDataType
Source§impl Hash for StructuredDataType
impl Hash for StructuredDataType
Source§impl PartialEq for StructuredDataType
impl PartialEq for StructuredDataType
Source§impl Serialize for StructuredDataType
impl Serialize for StructuredDataType
impl Copy for StructuredDataType
impl Eq for StructuredDataType
impl StructuralPartialEq for StructuredDataType
Auto Trait Implementations§
impl Freeze for StructuredDataType
impl RefUnwindSafe for StructuredDataType
impl Send for StructuredDataType
impl Sync for StructuredDataType
impl Unpin for StructuredDataType
impl UnwindSafe for StructuredDataType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)