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 Freeze for ParseCtx
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