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