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