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