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