[−][src]Struct media_type::spec::StrictSpec
Trait Implementations
impl Clone for StrictSpec[src]
fn clone(&self) -> StrictSpec[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for StrictSpec[src]
impl Debug for StrictSpec[src]
impl Default for StrictSpec[src]
fn default() -> StrictSpec[src]
impl From<StrictSpec> for HttpSpec<Modern>[src]
fn from(_: StrictSpec) -> HttpSpec<Modern>[src]
impl From<StrictSpec> for HttpSpec<Obs>[src]
fn from(_: StrictSpec) -> HttpSpec<Obs>[src]
impl From<StrictSpec> for MimeSpec<Ascii, Obs>[src]
impl From<StrictSpec> for MimeSpec<Ascii, Modern>[src]
impl From<StrictSpec> for MimeSpec<Internationalized, Obs>[src]
fn from(_: StrictSpec) -> MimeSpec<Internationalized, Obs>[src]
impl From<StrictSpec> for MimeSpec<Internationalized, Modern>[src]
fn from(_: StrictSpec) -> MimeSpec<Internationalized, Modern>[src]
impl From<StrictSpec> for AnySpec[src]
fn from(_: StrictSpec) -> AnySpec[src]
impl GeneralQSSpec for StrictSpec[src]
type Quoting = NormalQuoting
type Parsing = StrictParsingImpl
impl Spec for StrictSpec[src]
type PercentEncodeSet = HttpPercentEncodeSet
fn parse_token(input: &str) -> Result<usize, ParserErrorRef>[src]
fn parse_space(input: &str) -> Result<usize, ParserErrorRef>[src]
type UnquotedValue = HttpTokenValidator
fn validate_token(input: &str) -> Result<(), ParserErrorRef>[src]
fn parse_unquoted_value(input: &str) -> Result<usize, ParserErrorRef>[src]
fn parse_quoted_string(input: &str) -> Result<usize, ParserErrorRef>[src]
Auto Trait Implementations
impl RefUnwindSafe for StrictSpec
impl Send for StrictSpec
impl Sync for StrictSpec
impl Unpin for StrictSpec
impl UnwindSafe for StrictSpec
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,