pub struct DisplayMath {
pub pos: Pos,
pub content: Vec<MathToken>,
}
Fields§
§pos: Pos
§content: Vec<MathToken>
Trait Implementations§
Source§impl Clone for DisplayMath
impl Clone for DisplayMath
Source§fn clone(&self) -> DisplayMath
fn clone(&self) -> DisplayMath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DisplayMath
impl Debug for DisplayMath
Auto Trait Implementations§
impl Freeze for DisplayMath
impl RefUnwindSafe for DisplayMath
impl Send for DisplayMath
impl Sync for DisplayMath
impl Unpin for DisplayMath
impl UnwindSafe for DisplayMath
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