Struct scilla_parser::parser::parser::VariableIdentifierParser
source · pub struct VariableIdentifierParser { /* private fields */ }Implementations§
source§impl VariableIdentifierParser
impl VariableIdentifierParser
pub fn new() -> VariableIdentifierParser
pub fn parse<'err, 'input, __TOKEN: __ToTriple<'err, 'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, errors: &'err mut Vec<ParseError>, __tokens0: __TOKENS ) -> Result<WithMetaData<NodeVariableIdentifier>, ParseError<SourcePosition, Token<&'input str>, ParseError>>
Auto Trait Implementations§
impl RefUnwindSafe for VariableIdentifierParser
impl Send for VariableIdentifierParser
impl Sync for VariableIdentifierParser
impl Unpin for VariableIdentifierParser
impl UnwindSafe for VariableIdentifierParser
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