pub struct TexMath {
pub span: Range<usize>,
pub content: TexRoot,
pub is_display: bool,
}Expand description
TeX 数学环境 ($…$ 或 $$…$$)
Fields§
§span: Range<usize>§content: TexRoot§is_display: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for TexMath
impl<'de> Deserialize<'de> for TexMath
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 TexMath
impl RefUnwindSafe for TexMath
impl Send for TexMath
impl Sync for TexMath
impl Unpin for TexMath
impl UnwindSafe for TexMath
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