Struct chalk_parse::parser::__parse__Ty::TyParser
source · pub struct TyParser {
builder: MatcherBuilder,
_priv: (),
}
Fields§
§builder: MatcherBuilder
§_priv: ()
Implementations§
Auto Trait Implementations§
impl Freeze for TyParser
impl RefUnwindSafe for TyParser
impl Send for TyParser
impl Sync for TyParser
impl Unpin for TyParser
impl UnwindSafe for TyParser
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