pub struct PreprocessOptions {
pub single_dollar_text_math: bool,
}Fields§
§single_dollar_text_math: boolTreat single $...$ as inline math (default: false, only $$ counts).
Trait Implementations§
Source§impl Clone for PreprocessOptions
impl Clone for PreprocessOptions
Source§fn clone(&self) -> PreprocessOptions
fn clone(&self) -> PreprocessOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreprocessOptions
Source§impl Debug for PreprocessOptions
impl Debug for PreprocessOptions
Source§impl Default for PreprocessOptions
impl Default for PreprocessOptions
Source§fn default() -> PreprocessOptions
fn default() -> PreprocessOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PreprocessOptions
impl RefUnwindSafe for PreprocessOptions
impl Send for PreprocessOptions
impl Sync for PreprocessOptions
impl Unpin for PreprocessOptions
impl UnsafeUnpin for PreprocessOptions
impl UnwindSafe for PreprocessOptions
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