pub enum ExpansionLevel {
Off,
Partial,
Full,
}Expand description
A directive describing to what degree a gullet reader should perform TeX’s expansion
Variants§
Off
Partial
Expands while reading, but deferring \the and \protected
Full
Expands completely while reading
Trait Implementations§
Source§impl Clone for ExpansionLevel
impl Clone for ExpansionLevel
Source§fn clone(&self) -> ExpansionLevel
fn clone(&self) -> ExpansionLevel
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 moreimpl Copy for ExpansionLevel
Source§impl Debug for ExpansionLevel
impl Debug for ExpansionLevel
Source§impl Default for ExpansionLevel
impl Default for ExpansionLevel
Source§fn default() -> ExpansionLevel
fn default() -> ExpansionLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExpansionLevel
impl PartialEq for ExpansionLevel
impl StructuralPartialEq for ExpansionLevel
Auto Trait Implementations§
impl Freeze for ExpansionLevel
impl RefUnwindSafe for ExpansionLevel
impl Send for ExpansionLevel
impl Sync for ExpansionLevel
impl Unpin for ExpansionLevel
impl UnsafeUnpin for ExpansionLevel
impl UnwindSafe for ExpansionLevel
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