pub struct RichTextMathematicalExpression {
pub expression: String,
}Expand description
An inline LaTeX mathematical expression ($expr$ / <tg-math>expr</tg-math>).
Fields§
§expression: StringThe LaTeX source of the expression.
Trait Implementations§
Source§impl Clone for RichTextMathematicalExpression
impl Clone for RichTextMathematicalExpression
Source§fn clone(&self) -> RichTextMathematicalExpression
fn clone(&self) -> RichTextMathematicalExpression
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RichTextMathematicalExpression
impl<'de> Deserialize<'de> for RichTextMathematicalExpression
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RichTextMathematicalExpression
impl RefUnwindSafe for RichTextMathematicalExpression
impl Send for RichTextMathematicalExpression
impl Sync for RichTextMathematicalExpression
impl Unpin for RichTextMathematicalExpression
impl UnsafeUnpin for RichTextMathematicalExpression
impl UnwindSafe for RichTextMathematicalExpression
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