pub struct MathAtom {
pub range: TextRange,
pub class: MathClass,
pub delimiter: Option<DelimiterRole>,
}Expand description
One virtual math atom and the exact source bytes that produced it.
Fields§
§range: TextRange§class: MathClass§delimiter: Option<DelimiterRole>Trait Implementations§
impl Copy for MathAtom
impl Eq for MathAtom
impl StructuralPartialEq for MathAtom
Auto Trait Implementations§
impl Freeze for MathAtom
impl RefUnwindSafe for MathAtom
impl Send for MathAtom
impl Sync for MathAtom
impl Unpin for MathAtom
impl UnsafeUnpin for MathAtom
impl UnwindSafe for MathAtom
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