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