Struct mathml_latex::LaTeXEngine
source · pub struct LaTeXEngine { /* private fields */ }
Implementations§
source§impl LaTeXEngine
impl LaTeXEngine
source§impl LaTeXEngine
impl LaTeXEngine
pub fn get_function(&self, name: &str) -> Option<&str>
pub fn add_function<K, V>(&mut self, key: K, value: V)where K: ToString, V: ToString,
pub fn mut_functions<I>(&mut self) -> &mut BTreeMap<String, String>
source§impl LaTeXEngine
impl LaTeXEngine
pub fn get_operator(&self, name: &str) -> Option<&str>
source§impl LaTeXEngine
impl LaTeXEngine
pub fn get_letters(&self, name: &str) -> Option<&str>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LaTeXEngine
impl Send for LaTeXEngine
impl Sync for LaTeXEngine
impl Unpin for LaTeXEngine
impl UnwindSafe for LaTeXEngine
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