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