[][src]Enum hyper::header::MediaDesc

pub enum MediaDesc {
    Screen,
    Tty,
    Tv,
    Projection,
    Handheld,
    Print,
    Braille,
    Aural,
    All,
    Extension(String),
}

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.

Unrecognized media descriptor extension.

Trait Implementations

impl PartialEq<MediaDesc> for MediaDesc
[src]

impl Clone for MediaDesc
[src]

Performs copy-assignment from source. Read more

impl Display for MediaDesc
[src]

impl Debug for MediaDesc
[src]

impl FromStr for MediaDesc
[src]

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for MediaDesc

impl Sync for MediaDesc

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any
[src]

Get the TypeId of this object.