pub struct Expl3Unit {
pub last: usize,
pub branches: Vec<TextRange>,
}Expand description
The span and conditional branches of one parsed expl3 unit.
Fields§
§last: usize§branches: Vec<TextRange>Trait Implementations§
impl Eq for Expl3Unit
impl StructuralPartialEq for Expl3Unit
Auto Trait Implementations§
impl Freeze for Expl3Unit
impl RefUnwindSafe for Expl3Unit
impl Send for Expl3Unit
impl Sync for Expl3Unit
impl Unpin for Expl3Unit
impl UnsafeUnpin for Expl3Unit
impl UnwindSafe for Expl3Unit
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