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