pub enum DelimiterSize {
Big,
BIG,
Bigg,
BIGG,
}Expand description
Represents a delimiter size.
Variants§
Big
Corresponds to \bigl, \bigr, etc.
BIG
Corresponds to \Bigl, \Bigr, etc.
Bigg
Corresponds to \biggl, \biggr, etc.
BIGG
Corresponds to \Biggl, \Biggr, etc.
Trait Implementations§
Source§impl Clone for DelimiterSize
impl Clone for DelimiterSize
Source§fn clone(&self) -> DelimiterSize
fn clone(&self) -> DelimiterSize
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 DelimiterSize
impl Debug for DelimiterSize
Source§impl PartialEq for DelimiterSize
impl PartialEq for DelimiterSize
impl Copy for DelimiterSize
impl StructuralPartialEq for DelimiterSize
Auto Trait Implementations§
impl Freeze for DelimiterSize
impl RefUnwindSafe for DelimiterSize
impl Send for DelimiterSize
impl Sync for DelimiterSize
impl Unpin for DelimiterSize
impl UnwindSafe for DelimiterSize
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