pub struct AmbiguityRegistry { /* private fields */ }Expand description
A registry of parse ambiguities encountered.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmbiguityRegistry
impl RefUnwindSafe for AmbiguityRegistry
impl Send for AmbiguityRegistry
impl Sync for AmbiguityRegistry
impl Unpin for AmbiguityRegistry
impl UnsafeUnpin for AmbiguityRegistry
impl UnwindSafe for AmbiguityRegistry
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