pub struct UnexpandedTokenList(pub Vec<Token>);Tuple Fields§
§0: Vec<Token>Trait Implementations§
Source§impl Parsable for UnexpandedTokenList
impl Parsable for UnexpandedTokenList
Source§fn parse_impl<S: TexlangState>(input: &mut ExpandedStream<S>) -> Result<Self>
fn parse_impl<S: TexlangState>(input: &mut ExpandedStream<S>) -> Result<Self>
Parses a value from the vm::ExpandedStream.
Source§fn parse<S: TexlangState, I>(input: &mut I) -> Result<Self>where
I: AsMut<ExpandedStream<S>>,
fn parse<S: TexlangState, I>(input: &mut I) -> Result<Self>where
I: AsMut<ExpandedStream<S>>,
Parses a value from an input stream. Read more
Auto Trait Implementations§
impl Freeze for UnexpandedTokenList
impl RefUnwindSafe for UnexpandedTokenList
impl Send for UnexpandedTokenList
impl Sync for UnexpandedTokenList
impl Unpin for UnexpandedTokenList
impl UnwindSafe for UnexpandedTokenList
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