pub enum Text {
Show 86 variants _1DInterleavedParityfec, CacheManifest, Calendar, Cql, CqlExpression, CqlIdentifier, Css, Csv, CsvSchema, Dns, Encaprtp, Example, Fhirpath, Flexfec, Fwdred, Gff3, GrammarRefList, Hl7V2, Html, Javascript, JcrCnd, Markdown, Mizar, N3, Parameters, Parityfec, ProvenanceNotation, PrsFallensteinRst, PrsLinesTag, PrsPropLogic, Raptorfec, Red, Rfc822Headers, Rtf, RtpEncAescm128, Rtploopback, Rtx, Sgml, Shaclc, Shex, Spdx, Strings, T140, TabSeparatedValues, Troff, Turtle, Ulpfec, UriList, Vcard, VndA, VndAbc, VndAsciiArt, VndCurl, VndDebianCopyright, VndDMClientScript, VndDvbSubtitle, VndEsmertecThemeDescriptor, VndExchangeable, VndFamilysearchGedcom, VndFiclabFlt, VndFly, VndFmiFlexstor, VndGml, VndGraphviz, VndHans, VndHgl, VndIn3D3Dml, VndIn3DSpot, VndIPTCNewsML, VndIPTCNITF, VndLatexZ, VndMotorolaReflex, VndMsMediapackage, VndNet2PhoneCommcenterCommand, VndRadisysMsmlBasicLayout, VndSenxWarpscript, VndSunJ2MeAppDescriptor, VndSosi, VndTrolltechLinguist, VndWapSi, VndWapSl, VndWapWml, VndWapWmlscript, Vtt, Xml, XmlExternalParsedEntity,
}

Variants

_1DInterleavedParityfec

text/1d-interleaved-parityfec

CacheManifest

text/cache-manifest

Calendar

text/calendar

Cql

text/cql

CqlExpression

text/cql-expression

CqlIdentifier

text/cql-identifier

Css

text/css

Csv

text/csv

CsvSchema

text/csv-schema

Dns

text/dns

Encaprtp

text/encaprtp

Example

text/example

Fhirpath

text/fhirpath

Flexfec

text/flexfec

Fwdred

text/fwdred

Gff3

text/gff3

GrammarRefList

text/grammar-ref-list

Hl7V2

text/hl7v2

Html

text/html

Javascript

text/javascript

JcrCnd

text/jcr-cnd

Markdown

text/markdown

Mizar

text/mizar

N3

text/n3

Parameters

text/parameters

Parityfec

text/parityfec

ProvenanceNotation

text/provenance-notation

PrsFallensteinRst

text/prs.fallenstein.rst

PrsLinesTag

text/prs.lines.tag

PrsPropLogic

text/prs.prop.logic

Raptorfec

text/raptorfec

Red

text/RED

Rfc822Headers

text/rfc822-headers

Rtf

text/rtf

RtpEncAescm128

text/rtp-enc-aescm128

Rtploopback

text/rtploopback

Rtx

text/rtx

Sgml

text/SGML

Shaclc

text/shaclc

Shex

text/shex

Spdx

text/spdx

Strings

text/strings

T140

text/t140

TabSeparatedValues

text/tab-separated-values

Troff

text/troff

Turtle

text/turtle

Ulpfec

text/ulpfec

UriList

text/uri-list

Vcard

text/vcard

VndA

text/vnd.a

VndAbc

text/vnd.abc

VndAsciiArt

text/vnd.ascii-art

VndCurl

text/vnd.curl

VndDebianCopyright

text/vnd.debian.copyright

VndDMClientScript

text/vnd.DMClientScript

VndDvbSubtitle

text/vnd.dvb.subtitle

VndEsmertecThemeDescriptor

text/vnd.esmertec.theme-descriptor

VndExchangeable

text/vnd.exchangeable

VndFamilysearchGedcom

text/vnd.familysearch.gedcom

VndFiclabFlt

text/vnd.ficlab.flt

VndFly

text/vnd.fly

VndFmiFlexstor

text/vnd.fmi.flexstor

VndGml

text/vnd.gml

VndGraphviz

text/vnd.graphviz

VndHans

text/vnd.hans

VndHgl

text/vnd.hgl

VndIn3D3Dml

text/vnd.in3d.3dml

VndIn3DSpot

text/vnd.in3d.spot

VndIPTCNewsML

text/vnd.IPTC.NewsML

VndIPTCNITF

text/vnd.IPTC.NITF

VndLatexZ

text/vnd.latex-z

VndMotorolaReflex

text/vnd.motorola.reflex

VndMsMediapackage

text/vnd.ms-mediapackage

VndNet2PhoneCommcenterCommand

text/vnd.net2phone.commcenter.command

VndRadisysMsmlBasicLayout

text/vnd.radisys.msml-basic-layout

VndSenxWarpscript

text/vnd.senx.warpscript

VndSunJ2MeAppDescriptor

text/vnd.sun.j2me.app-descriptor

VndSosi

text/vnd.sosi

VndTrolltechLinguist

text/vnd.trolltech.linguist

VndWapSi

text/vnd.wap.si

VndWapSl

text/vnd.wap.sl

VndWapWml

text/vnd.wap.wml

VndWapWmlscript

text/vnd.wap.wmlscript

Vtt

text/vtt

Xml

text/xml

XmlExternalParsedEntity

text/xml-external-parsed-entity

Trait Implementations

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

Formats the value using the given formatter. Read more

Converts to this type from the input type.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

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

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

Converts the given value to a String. 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.