pub struct QualNamesParser {
_priv: (),
}
Fields§
§_priv: ()
Implementations§
Source§impl QualNamesParser
impl QualNamesParser
pub fn new() -> QualNamesParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, cx: &mut ParseCtxt<'_>, __tokens0: __TOKENS, ) -> Result<QualNames, ParseError<Location, Token, UserParseError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QualNamesParser
impl RefUnwindSafe for QualNamesParser
impl Send for QualNamesParser
impl Sync for QualNamesParser
impl Unpin for QualNamesParser
impl UnwindSafe for QualNamesParser
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