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