pub enum FrontendType {
Text,
Html,
Latex,
}Expand description
The type of current frontend.
Variants§
Text
The frontend only accepts raw texts.
Html
The frontend renders HTML.
Latex
The frontend renders LaTeX.
Trait Implementations§
source§impl Clone for FrontendType
impl Clone for FrontendType
source§fn clone(&self) -> FrontendType
fn clone(&self) -> FrontendType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FrontendType
impl Debug for FrontendType
source§impl<'de> Deserialize<'de> for FrontendType
impl<'de> Deserialize<'de> for FrontendType
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