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)

Tuple Fields

0: Thing

Article(Article)

Tuple Fields

AudioObject(AudioObject)

Tuple Fields

Brand(Brand)

Tuple Fields

0: Brand

CitationIntentEnumeration(CitationIntentEnumeration)

Claim(Claim)

Tuple Fields

0: Claim

Collection(Collection)

Tuple Fields

Comment(Comment)

Tuple Fields

ContactPoint(ContactPoint)

Tuple Fields

CreativeWork(CreativeWork)

Tuple Fields

Datatable(Datatable)

Tuple Fields

DatatableColumn(DatatableColumn)

Tuple Fields

DefinedTerm(DefinedTerm)

Tuple Fields

Enumeration(Enumeration)

Tuple Fields

Figure(Figure)

Tuple Fields

0: Figure

Grant(Grant)

Tuple Fields

0: Grant

ImageObject(ImageObject)

Tuple Fields

ListItem(ListItem)

Tuple Fields

MediaObject(MediaObject)

Tuple Fields

MonetaryGrant(MonetaryGrant)

Tuple Fields

Organization(Organization)

Tuple Fields

Periodical(Periodical)

Tuple Fields

Person(Person)

Tuple Fields

0: Person

PostalAddress(PostalAddress)

Tuple Fields

Product(Product)

Tuple Fields

PropertyValue(PropertyValue)

Tuple Fields

PublicationIssue(PublicationIssue)

Tuple Fields

PublicationVolume(PublicationVolume)

Tuple Fields

Review(Review)

Tuple Fields

0: Review

SoftwareApplication(SoftwareApplication)

Tuple Fields

SoftwareEnvironment(SoftwareEnvironment)

Tuple Fields

SoftwareSession(SoftwareSession)

Tuple Fields

SoftwareSourceCode(SoftwareSourceCode)

Tuple Fields

Table(Table)

Tuple Fields

0: Table

VideoObject(VideoObject)

Tuple Fields

VolumeMount(VolumeMount)

Tuple Fields

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.