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