pub struct StatementIfParser { /* private fields */ }Implementations§
Source§impl StatementIfParser
impl StatementIfParser
pub fn new() -> StatementIfParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, context: &mut ParserContext, __tokens0: __TOKENS, ) -> Result<StatementIf, ParseError<usize, Token, LexicalError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatementIfParser
impl RefUnwindSafe for StatementIfParser
impl Send for StatementIfParser
impl Sync for StatementIfParser
impl Unpin for StatementIfParser
impl UnwindSafe for StatementIfParser
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