pub struct MathJaxRenderer { /* private fields */ }Implementations§
Source§impl MathJaxRenderer
impl MathJaxRenderer
pub fn with_runtime_path(runtime_path: PathBuf) -> Self
Trait Implementations§
Source§impl Clone for MathJaxRenderer
impl Clone for MathJaxRenderer
Source§fn clone(&self) -> MathJaxRenderer
fn clone(&self) -> MathJaxRenderer
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 MathJaxRenderer
impl Debug for MathJaxRenderer
Source§impl Renderer for MathJaxRenderer
impl Renderer for MathJaxRenderer
fn render(&self, input: &RenderInput) -> Result<RenderOutput, RenderError>
Auto Trait Implementations§
impl Freeze for MathJaxRenderer
impl RefUnwindSafe for MathJaxRenderer
impl Send for MathJaxRenderer
impl Sync for MathJaxRenderer
impl Unpin for MathJaxRenderer
impl UnsafeUnpin for MathJaxRenderer
impl UnwindSafe for MathJaxRenderer
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