[][src]Struct media_type::spec::AnySpec

pub struct AnySpec;

Note

Because the AnySpec is meant to be able to parse mimes from "any" spec it has to be able to handle all the thinks from MIME like soft-line brakes and comments in the mime type, which makes it slower then e.g. HttpSpec

Trait Implementations

impl Spec for AnySpec[src]

impl From<StrictSpec> for AnySpec[src]

impl From<HttpSpec<Modern>> for AnySpec[src]

impl From<HttpSpec<Obs>> for AnySpec[src]

impl From<MimeSpec<Ascii, Obs>> for AnySpec[src]

impl From<MimeSpec<Ascii, Modern>> for AnySpec[src]

impl From<MimeSpec<Internationalized, Obs>> for AnySpec[src]

impl From<MimeSpec<Internationalized, Modern>> for AnySpec[src]

impl Clone for AnySpec[src]

impl Copy for AnySpec[src]

impl Default for AnySpec[src]

impl Debug for AnySpec[src]

impl GeneralQSSpec for AnySpec[src]

Auto Trait Implementations

impl Send for AnySpec

impl Sync for AnySpec

impl Unpin for AnySpec

impl UnwindSafe for AnySpec

impl RefUnwindSafe for AnySpec

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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