[−][src]Enum interfacer_http::ToContentError
Variants
UnsupportedContentType(Mime)UnsupportedEncoding(String)SerializeErrorFields of SerializeError
EncodeErrorFields of EncodeError
Trait Implementations
impl From<Mime> for ToContentError[src]
fn from(original: Mime) -> ToContentError[src]
impl From<String> for ToContentError[src]
fn from(original: String) -> ToContentError[src]
impl From<(Mime, String)> for ToContentError[src]
impl From<(String, String, String)> for ToContentError[src]
impl Display for ToContentError[src]
impl Debug for ToContentError[src]
Auto Trait Implementations
impl Sync for ToContentError
impl Send for ToContentError
impl Unpin for ToContentError
impl UnwindSafe for ToContentError
impl RefUnwindSafe for ToContentError
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,