pub struct MathRun {
pub text: String,
pub properties: Option<MathRunProperties>,
}Expand description
A math text run (<m:r>).
Fields§
§text: StringText content.
properties: Option<MathRunProperties>Run properties.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathRun
impl RefUnwindSafe for MathRun
impl Send for MathRun
impl Sync for MathRun
impl Unpin for MathRun
impl UnsafeUnpin for MathRun
impl UnwindSafe for MathRun
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