pub struct PostProcessOptions {
pub normalize_unicode: bool,
pub fix_latex_spacing: bool,
pub fix_bold_formatting: bool,
pub fix_percent_sign: bool,
}Expand description
Options for post-processing.
Fields§
§normalize_unicode: bool§fix_latex_spacing: bool§fix_bold_formatting: bool§fix_percent_sign: boolTrait Implementations§
Source§impl Clone for PostProcessOptions
impl Clone for PostProcessOptions
Source§fn clone(&self) -> PostProcessOptions
fn clone(&self) -> PostProcessOptions
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 moreSource§impl Debug for PostProcessOptions
impl Debug for PostProcessOptions
Auto Trait Implementations§
impl Freeze for PostProcessOptions
impl RefUnwindSafe for PostProcessOptions
impl Send for PostProcessOptions
impl Sync for PostProcessOptions
impl Unpin for PostProcessOptions
impl UnsafeUnpin for PostProcessOptions
impl UnwindSafe for PostProcessOptions
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