pub struct Math {
pub content: Vec<MathExpression>,
}
Expand description
The Math struct represents the corresponding element type in MathML 3 (https://www.w3.org/TR/MathML3/appendixa.html#parsing_math)
Fields§
§content: Vec<MathExpression>
Implementations§
Trait Implementations§
source§impl From<Math> for MathExpressionTree
impl From<Math> for MathExpressionTree
source§impl PartialEq for Math
impl PartialEq for Math
impl Eq for Math
impl StructuralPartialEq for Math
Auto Trait Implementations§
impl RefUnwindSafe for Math
impl Send for Math
impl Sync for Math
impl Unpin for Math
impl UnwindSafe for Math
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.