pub struct ParseCtx {
pub rules: ParsePatternRules,
}
Fields§
§rules: ParsePatternRules
Implementations§
source§impl ParseCtx
impl ParseCtx
pub fn with_rules(&self, rules: ParsePatternRules) -> ParseCtx
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParseCtx
impl Send for ParseCtx
impl Sync for ParseCtx
impl Unpin for ParseCtx
impl UnwindSafe for ParseCtx
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