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