pub struct MathTag {
pub nodes: Vec<MathNode>,
pub parent: Option<TagIndex>,
}
Fields§
§nodes: Vec<MathNode>
§parent: Option<TagIndex>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathTag
impl RefUnwindSafe for MathTag
impl Send for MathTag
impl Sync for MathTag
impl Unpin for MathTag
impl UnwindSafe for MathTag
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