pub struct RuleContext { /* private fields */ }Implementations§
Source§impl RuleContext
impl RuleContext
pub fn record_literal_conflicts<I>(&mut self, pairs: I)
pub fn take_literal_conflicts(&mut self) -> Vec<(String, String)>
Trait Implementations§
Source§impl Debug for RuleContext
impl Debug for RuleContext
Source§impl Default for RuleContext
impl Default for RuleContext
Source§fn default() -> RuleContext
fn default() -> RuleContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuleContext
impl RefUnwindSafe for RuleContext
impl Send for RuleContext
impl Sync for RuleContext
impl Unpin for RuleContext
impl UnwindSafe for RuleContext
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