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