pub enum PrettyPrint {
Never,
Always,
Auto,
}
Expand description
Configuration for pretty-printing the MathML output.
Pretty-printing means that newlines and indentation is added to the MathML output, to make it easier to read.
Variants§
Trait Implementations§
Source§impl Clone for PrettyPrint
impl Clone for PrettyPrint
Source§fn clone(&self) -> PrettyPrint
fn clone(&self) -> PrettyPrint
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrettyPrint
impl Debug for PrettyPrint
Source§impl Default for PrettyPrint
impl Default for PrettyPrint
Source§fn default() -> PrettyPrint
fn default() -> PrettyPrint
Returns the “default value” for a type. Read more
impl Copy for PrettyPrint
Auto Trait Implementations§
impl Freeze for PrettyPrint
impl RefUnwindSafe for PrettyPrint
impl Send for PrettyPrint
impl Sync for PrettyPrint
impl Unpin for PrettyPrint
impl UnwindSafe for PrettyPrint
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