pub struct Ctx<A, V> { /* private fields */ }Expand description
Context in which a term is parsed.
Trait Implementations§
Auto Trait Implementations§
impl<A, V> Freeze for Ctx<A, V>
impl<A, V> RefUnwindSafe for Ctx<A, V>where
V: RefUnwindSafe,
A: RefUnwindSafe,
impl<A, V> Send for Ctx<A, V>
impl<A, V> Sync for Ctx<A, V>
impl<A, V> Unpin for Ctx<A, V>
impl<A, V> UnwindSafe for Ctx<A, V>where
V: UnwindSafe,
A: UnwindSafe,
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