Enum lofty::MimeType [−][src]
pub enum MimeType {
Png,
Jpeg,
Tiff,
Bmp,
Gif,
Unknown(String),
None,
}Expand description
Mime types for pictures.
Variants
Png
PNG image
Jpeg
JPEG image
Tiff
TIFF image
Bmp
BMP image
Gif
GIF image
Unknown(String)
Tuple Fields
0: StringSome unknown mimetype
None
No mimetype
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MimeType
impl UnwindSafe for MimeType
Blanket Implementations
Mutably borrows from an owned value. Read more
