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