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