Enum hyper::header::MediaDesc [−][src]
pub enum MediaDesc {
Screen,
Tty,
Tv,
Projection,
Handheld,
Print,
Braille,
Aural,
All,
Extension(String),
}
Expand description
A Media Descriptors Enum based on: https://www.w3.org/TR/html401/types.html#h-6.13
Variants
screen.
tty.
tv.
projection.
handheld.
print.
braille.
aural.
all.
Extension(String)
Unrecognized media descriptor extension.
Tuple Fields of Extension
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MediaDesc
impl UnwindSafe for MediaDesc
Blanket Implementations
Mutably borrows from an owned value. Read more