Enum iana_media_types::Text
source · [−]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
sourceimpl<'de> Deserialize<'de> for Text
impl<'de> Deserialize<'de> for Text
sourcefn 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
sourceimpl Ord for Text
impl Ord for Text
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Text> for Text
impl PartialOrd<Text> for Text
sourcefn partial_cmp(&self, other: &Text) -> Option<Ordering>
fn partial_cmp(&self, other: &Text) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for Text
impl StructuralEq for Text
impl StructuralPartialEq for Text
Auto Trait Implementations
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more