Struct dedukti_parse::term::Ctx
source · [−]pub struct Ctx<A, V> { /* private fields */ }Expand description
Context in which a term is parsed.
Trait Implementations
Auto Trait Implementations
impl<A, V> RefUnwindSafe for Ctx<A, V> where
A: RefUnwindSafe,
V: RefUnwindSafe,
impl<A, V> Send for Ctx<A, V> where
A: Send,
V: Send,
impl<A, V> Sync for Ctx<A, V> where
A: Sync,
V: Sync,
impl<A, V> Unpin for Ctx<A, V> where
A: Unpin,
V: Unpin,
impl<A, V> UnwindSafe for Ctx<A, V> where
A: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more