pub struct BeginInlineMath {
pub escape: Escape,
}
Fields§
§escape: Escape
Trait Implementations§
Source§impl Clone for BeginInlineMath
impl Clone for BeginInlineMath
Source§fn clone(&self) -> BeginInlineMath
fn clone(&self) -> BeginInlineMath
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 BeginInlineMath
impl Debug for BeginInlineMath
Auto Trait Implementations§
impl Freeze for BeginInlineMath
impl RefUnwindSafe for BeginInlineMath
impl Send for BeginInlineMath
impl Sync for BeginInlineMath
impl Unpin for BeginInlineMath
impl UnwindSafe for BeginInlineMath
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