Struct mathml_core::MathText
source · pub struct MathText { /* private fields */ }
Expand description
The <mtext>
element is used to display text in a math formula.
Implementations§
Trait Implementations§
source§impl PartialEq<MathText> for MathText
impl PartialEq<MathText> for MathText
impl Eq for MathText
impl StructuralEq for MathText
impl StructuralPartialEq for MathText
Auto Trait Implementations§
impl RefUnwindSafe for MathText
impl Send for MathText
impl Sync for MathText
impl Unpin for MathText
impl UnwindSafe for MathText
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