Enum stencila_schema::ThingTypes[][src]

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 of Thing

0: Thing
Article(Article)

Tuple Fields of Article

0: Article
AudioObject(AudioObject)

Tuple Fields of AudioObject

0: AudioObject
Brand(Brand)

Tuple Fields of Brand

0: Brand
CitationIntentEnumeration(CitationIntentEnumeration)

Tuple Fields of CitationIntentEnumeration

0: CitationIntentEnumeration
Claim(Claim)

Tuple Fields of Claim

0: Claim
Collection(Collection)

Tuple Fields of Collection

0: Collection
Comment(Comment)

Tuple Fields of Comment

0: Comment
ContactPoint(ContactPoint)

Tuple Fields of ContactPoint

0: ContactPoint
CreativeWork(CreativeWork)

Tuple Fields of CreativeWork

0: CreativeWork
Datatable(Datatable)

Tuple Fields of Datatable

0: Datatable
DatatableColumn(DatatableColumn)

Tuple Fields of DatatableColumn

0: DatatableColumn
DefinedTerm(DefinedTerm)

Tuple Fields of DefinedTerm

0: DefinedTerm
Enumeration(Enumeration)

Tuple Fields of Enumeration

0: Enumeration
Figure(Figure)

Tuple Fields of Figure

0: Figure
Grant(Grant)

Tuple Fields of Grant

0: Grant
ImageObject(ImageObject)

Tuple Fields of ImageObject

0: ImageObject
ListItem(ListItem)

Tuple Fields of ListItem

0: ListItem
MediaObject(MediaObject)

Tuple Fields of MediaObject

0: MediaObject
MonetaryGrant(MonetaryGrant)

Tuple Fields of MonetaryGrant

0: MonetaryGrant
Organization(Organization)

Tuple Fields of Organization

0: Organization
Periodical(Periodical)

Tuple Fields of Periodical

0: Periodical
Person(Person)

Tuple Fields of Person

0: Person
PostalAddress(PostalAddress)

Tuple Fields of PostalAddress

0: PostalAddress
Product(Product)

Tuple Fields of Product

0: Product
PropertyValue(PropertyValue)

Tuple Fields of PropertyValue

0: PropertyValue
PublicationIssue(PublicationIssue)

Tuple Fields of PublicationIssue

0: PublicationIssue
PublicationVolume(PublicationVolume)

Tuple Fields of PublicationVolume

0: PublicationVolume
Review(Review)

Tuple Fields of Review

0: Review
SoftwareApplication(SoftwareApplication)

Tuple Fields of SoftwareApplication

0: SoftwareApplication
SoftwareEnvironment(SoftwareEnvironment)

Tuple Fields of SoftwareEnvironment

0: SoftwareEnvironment
SoftwareSession(SoftwareSession)

Tuple Fields of SoftwareSession

0: SoftwareSession
SoftwareSourceCode(SoftwareSourceCode)

Tuple Fields of SoftwareSourceCode

0: SoftwareSourceCode
Table(Table)

Tuple Fields of Table

0: Table
VideoObject(VideoObject)

Tuple Fields of VideoObject

0: VideoObject
VolumeMount(VolumeMount)

Tuple Fields of VolumeMount

0: VolumeMount

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)

recently added

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.