pub enum ThingTypes {
Show 36 variants
Thing(Thing),
Article(Article),
AudioObject(AudioObject),
Brand(Brand),
CitationIntentEnumeration(CitationIntentEnumeration),
Claim(Claim),
Collection(Collection),
Comment(Comment),
ContactPoint(ContactPoint),
CreativeWork(CreativeWork),
Datatable(Datatable),
DatatableColumn(DatatableColumn),
DefinedTerm(DefinedTerm),
Enumeration(Enumeration),
Figure(Figure),
Grant(Grant),
ImageObject(ImageObject),
ListItem(ListItem),
MediaObject(MediaObject),
MonetaryGrant(MonetaryGrant),
Organization(Organization),
Periodical(Periodical),
Person(Person),
PostalAddress(PostalAddress),
Product(Product),
PropertyValue(PropertyValue),
PublicationIssue(PublicationIssue),
PublicationVolume(PublicationVolume),
Review(Review),
SoftwareApplication(SoftwareApplication),
SoftwareEnvironment(SoftwareEnvironment),
SoftwareSession(SoftwareSession),
SoftwareSourceCode(SoftwareSourceCode),
Table(Table),
VideoObject(VideoObject),
VolumeMount(VolumeMount),
}
Expand description
All type schemas that are derived from Thing
Variants§
Thing(Thing)
Article(Article)
AudioObject(AudioObject)
Brand(Brand)
CitationIntentEnumeration(CitationIntentEnumeration)
Claim(Claim)
Collection(Collection)
Comment(Comment)
ContactPoint(ContactPoint)
CreativeWork(CreativeWork)
Datatable(Datatable)
DatatableColumn(DatatableColumn)
DefinedTerm(DefinedTerm)
Enumeration(Enumeration)
Figure(Figure)
Grant(Grant)
ImageObject(ImageObject)
ListItem(ListItem)
MediaObject(MediaObject)
MonetaryGrant(MonetaryGrant)
Organization(Organization)
Periodical(Periodical)
Person(Person)
PostalAddress(PostalAddress)
Product(Product)
PropertyValue(PropertyValue)
PublicationIssue(PublicationIssue)
PublicationVolume(PublicationVolume)
Review(Review)
SoftwareApplication(SoftwareApplication)
SoftwareEnvironment(SoftwareEnvironment)
SoftwareSession(SoftwareSession)
SoftwareSourceCode(SoftwareSourceCode)
Table(Table)
VideoObject(VideoObject)
VolumeMount(VolumeMount)
Trait Implementations§
Source§impl AsRef<str> for ThingTypes
impl AsRef<str> for ThingTypes
Source§impl Clone for ThingTypes
impl Clone for ThingTypes
Source§fn clone(&self) -> ThingTypes
fn clone(&self) -> ThingTypes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ThingTypes
impl Debug for ThingTypes
Source§impl<'de> Deserialize<'de> for ThingTypes
impl<'de> Deserialize<'de> for ThingTypes
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
Auto Trait Implementations§
impl Freeze for ThingTypes
impl RefUnwindSafe for ThingTypes
impl Send for ThingTypes
impl Sync for ThingTypes
impl Unpin for ThingTypes
impl UnwindSafe for ThingTypes
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