Enum mrml_wasm::ToHtmlError
source · pub enum ToHtmlError {
Parser {
message: String,
},
Render {
message: String,
},
}Variants§
Trait Implementations§
source§impl Debug for ToHtmlError
impl Debug for ToHtmlError
source§impl<'de> Deserialize<'de> for ToHtmlError
impl<'de> Deserialize<'de> for ToHtmlError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Error> for ToHtmlError
impl From<Error> for ToHtmlError
source§impl From<Error> for ToHtmlError
impl From<Error> for ToHtmlError
source§impl IntoWasmAbi for ToHtmlErrorwhere
Self: Serialize,
impl IntoWasmAbi for ToHtmlErrorwhere
Self: Serialize,
source§impl OptionIntoWasmAbi for ToHtmlErrorwhere
Self: Serialize,
impl OptionIntoWasmAbi for ToHtmlErrorwhere
Self: Serialize,
source§impl Serialize for ToHtmlError
impl Serialize for ToHtmlError
source§impl Tsify for ToHtmlError
impl Tsify for ToHtmlError
Auto Trait Implementations§
impl RefUnwindSafe for ToHtmlError
impl Send for ToHtmlError
impl Sync for ToHtmlError
impl Unpin for ToHtmlError
impl UnwindSafe for ToHtmlError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.