pub enum InlineDelim {
Paren,
Dollar,
}Expand description
Inline delimiter pair carried on MathSpan::Inline.
Variants§
Trait Implementations§
Source§impl Clone for InlineDelim
impl Clone for InlineDelim
Source§fn clone(&self) -> InlineDelim
fn clone(&self) -> InlineDelim
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InlineDelim
impl Debug for InlineDelim
Source§impl PartialEq for InlineDelim
impl PartialEq for InlineDelim
Source§fn eq(&self, other: &InlineDelim) -> bool
fn eq(&self, other: &InlineDelim) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InlineDelim
impl Eq for InlineDelim
impl StructuralPartialEq for InlineDelim
Auto Trait Implementations§
impl Freeze for InlineDelim
impl RefUnwindSafe for InlineDelim
impl Send for InlineDelim
impl Sync for InlineDelim
impl Unpin for InlineDelim
impl UnsafeUnpin for InlineDelim
impl UnwindSafe for InlineDelim
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