pub struct MathGroup {
pub begin: BeginGroup,
pub tokens: Vec<MathToken>,
pub end: EndGroup,
}
Fields§
§begin: BeginGroup
§tokens: Vec<MathToken>
§end: EndGroup
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathGroup
impl RefUnwindSafe for MathGroup
impl Send for MathGroup
impl Sync for MathGroup
impl Unpin for MathGroup
impl UnwindSafe for MathGroup
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