pub struct DollarInlineMath {
pub begin: MathShift,
pub content: Vec<MathToken>,
pub end: MathShift,
}
Fields§
§begin: MathShift
§content: Vec<MathToken>
§end: MathShift
Implementations§
Source§impl DollarInlineMath
impl DollarInlineMath
pub fn content_pos(&self) -> Pos
Trait Implementations§
Source§impl Clone for DollarInlineMath
impl Clone for DollarInlineMath
Source§fn clone(&self) -> DollarInlineMath
fn clone(&self) -> DollarInlineMath
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 DollarInlineMath
impl Debug for DollarInlineMath
Auto Trait Implementations§
impl Freeze for DollarInlineMath
impl RefUnwindSafe for DollarInlineMath
impl Send for DollarInlineMath
impl Sync for DollarInlineMath
impl Unpin for DollarInlineMath
impl UnwindSafe for DollarInlineMath
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