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<S: TexlangState> Parsable<S> for OptionalEqualsUnexpanded
impl<S: TexlangState> Parsable<S> for OptionalEqualsUnexpanded
source§fn parse_impl(input: &mut ExpandedStream<S>) -> Result<Self, Box<Error>>
fn parse_impl(input: &mut ExpandedStream<S>) -> Result<Self, Box<Error>>
Parses a value from the vm::ExpandedStream.
Auto Trait Implementations§
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