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