Struct mathml_core::MathStyle
source · pub struct MathStyle { /* private fields */ }
Expand description
The <mspace>
element is used to insert space characters into a mathematical formula.
Implementations§
Trait Implementations§
source§impl MathElement for MathStyle
impl MathElement for MathStyle
source§fn add_attribute<K, V>(&mut self, key: K, value: V)where
K: ToString,
V: ToString,
fn add_attribute<K, V>(&mut self, key: K, value: V)where K: ToString, V: ToString,
Add an attribute to the operator.
source§fn with_attribute<K, V>(self, key: K, value: V) -> Selfwhere
K: ToString,
V: ToString,
fn with_attribute<K, V>(self, key: K, value: V) -> Selfwhere K: ToString, V: ToString,
Add an attribute to the operator.
source§impl PartialEq<MathStyle> for MathStyle
impl PartialEq<MathStyle> for MathStyle
impl StructuralPartialEq for MathStyle
Auto Trait Implementations§
impl RefUnwindSafe for MathStyle
impl Send for MathStyle
impl Sync for MathStyle
impl Unpin for MathStyle
impl UnwindSafe for MathStyle
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