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