[][src]Struct media_type_impl_utils::quoted_string::HttpObsParsingImpl

pub struct HttpObsParsingImpl;

a zero-sized type to provide a ParsingImpl for media types wrt. the (obs) Http grammar

Trait Implementations

impl Clone for HttpObsParsingImpl[src]

impl Copy for HttpObsParsingImpl[src]

impl Default for HttpObsParsingImpl[src]

impl Eq for HttpObsParsingImpl[src]

impl PartialEq<HttpObsParsingImpl> for HttpObsParsingImpl[src]

impl Debug for HttpObsParsingImpl[src]

impl Hash for HttpObsParsingImpl[src]

impl ParsingImpl for HttpObsParsingImpl[src]

fn can_be_quoted(bch: PartialCodePoint) -> bool[src]

any qtext, ws and non-us-ascii char can be quoted

fn handle_normal_state(
    bch: PartialCodePoint
) -> Result<(State<Self>, bool), CoreError>
[src]

any qtext, ws and non-us-ascii char can appear without quoting, and all chars are semantic relevant (emit=true)

Auto Trait Implementations

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]