Struct texlang::parse::OptionalEqualsUnexpanded
source · pub struct OptionalEqualsUnexpanded;
Expand description
When parsed, this type consumes an optional equals from the token stream without performing expansion.
Trait Implementations§
source§impl Parsable for OptionalEqualsUnexpanded
impl Parsable for OptionalEqualsUnexpanded
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 OptionalEqualsUnexpanded
impl RefUnwindSafe for OptionalEqualsUnexpanded
impl Send for OptionalEqualsUnexpanded
impl Sync for OptionalEqualsUnexpanded
impl Unpin for OptionalEqualsUnexpanded
impl UnwindSafe for OptionalEqualsUnexpanded
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