pub enum Image {
Show 73 variants Aces, Avci, Avcs, Avif, Bmp, Cgm, DicomRle, Dpx, Emf, Example, Fits, G3Fax, Heic, HeicSequence, Heif, HeifSequence, Hej2K, Hsj2, Jls, Jp2, Jph, Jphc, Jpm, Jpx, Jxr, JxrA, JxrS, Jxs, Jxsc, Jxsi, Jxss, Ktx, Ktx2, Naplps, Png, PrsBtif, PrsPti, PwgRaster, SvgXml, T38, Tiff, TiffFx, VndAdobePhotoshop, VndAirzipAcceleratorAzv, VndCnsInf2, VndDeceGraphic, VndDjvu, VndDwg, VndDxf, VndDvbSubtitle, VndFastbidsheet, VndFpx, VndFst, VndFujixeroxEdmicsMmr, VndFujixeroxEdmicsRlc, VndGlobalgraphicsPgb, VndMicrosoftIcon, VndMix, VndMsModi, VndMozillaApng, VndNetFpx, VndPcoB16, VndRadiance, VndSealedPng, VndSealedmediaSoftsealGif, VndSealedmediaSoftsealJpg, VndSvf, VndTencentTap, VndValveSourceTexture, VndWapWbmp, VndXiff, VndZbrushPcx, Wmf,
}

Variants

Aces

image/aces

Avci

image/avci

Avcs

image/avcs

Avif

image/avif

Bmp

image/bmp

Cgm

image/cgm

DicomRle

image/dicom-rle

Dpx

image/dpx

Emf

image/emf

Example

image/example

Fits

image/fits

G3Fax

image/g3fax

Heic

image/heic

HeicSequence

image/heic-sequence

Heif

image/heif

HeifSequence

image/heif-sequence

Hej2K

image/hej2k

Hsj2

image/hsj2

Jls

image/jls

Jp2

image/jp2

Jph

image/jph

Jphc

image/jphc

Jpm

image/jpm

Jpx

image/jpx

Jxr

image/jxr

JxrA

image/jxrA

JxrS

image/jxrS

Jxs

image/jxs

Jxsc

image/jxsc

Jxsi

image/jxsi

Jxss

image/jxss

Ktx

image/ktx

Ktx2

image/ktx2

Naplps

image/naplps

Png

image/png

PrsBtif

image/prs.btif

PrsPti

image/prs.pti

PwgRaster

image/pwg-raster

SvgXml

image/svg+xml

T38

image/t38

Tiff

image/tiff

TiffFx

image/tiff-fx

VndAdobePhotoshop

image/vnd.adobe.photoshop

VndAirzipAcceleratorAzv

image/vnd.airzip.accelerator.azv

VndCnsInf2

image/vnd.cns.inf2

VndDeceGraphic

image/vnd.dece.graphic

VndDjvu

image/vnd.djvu

VndDwg

image/vnd.dwg

VndDxf

image/vnd.dxf

VndDvbSubtitle

image/vnd.dvb.subtitle

VndFastbidsheet

image/vnd.fastbidsheet

VndFpx

image/vnd.fpx

VndFst

image/vnd.fst

VndFujixeroxEdmicsMmr

image/vnd.fujixerox.edmics-mmr

VndFujixeroxEdmicsRlc

image/vnd.fujixerox.edmics-rlc

VndGlobalgraphicsPgb

image/vnd.globalgraphics.pgb

VndMicrosoftIcon

image/vnd.microsoft.icon

VndMix

image/vnd.mix

VndMsModi

image/vnd.ms-modi

VndMozillaApng

image/vnd.mozilla.apng

VndNetFpx

image/vnd.net-fpx

VndPcoB16

image/vnd.pco.b16

VndRadiance

image/vnd.radiance

VndSealedPng

image/vnd.sealed.png

VndSealedmediaSoftsealGif

image/vnd.sealedmedia.softseal.gif

VndSealedmediaSoftsealJpg

image/vnd.sealedmedia.softseal.jpg

VndSvf

image/vnd.svf

VndTencentTap

image/vnd.tencent.tap

VndValveSourceTexture

image/vnd.valve.source.texture

VndWapWbmp

image/vnd.wap.wbmp

VndXiff

image/vnd.xiff

VndZbrushPcx

image/vnd.zbrush.pcx

Wmf

image/wmf

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.