[][src]Struct markdown2html_converter::Config

pub struct Config {
    pub markdown_path: String,
    pub html_path: Option<String>,
    pub title: Option<String>,
    pub no_safe: bool,
    pub no_highlight: bool,
    pub no_mathjax: bool,
    pub no_cjk_fonts: bool,
    pub css_path: Option<String>,
    pub highlight_js_path: Option<String>,
    pub highlight_css_path: Option<String>,
    pub mathjax_js_path: Option<String>,
}

Fields

markdown_path: Stringhtml_path: Option<String>title: Option<String>no_safe: boolno_highlight: boolno_mathjax: boolno_cjk_fonts: boolcss_path: Option<String>highlight_js_path: Option<String>highlight_css_path: Option<String>mathjax_js_path: Option<String>

Methods

impl Config[src]

Trait Implementations

impl Debug for Config[src]

Auto Trait Implementations

impl Send for Config

impl Sync for Config

impl Unpin for Config

impl UnwindSafe for Config

impl RefUnwindSafe for Config

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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]