pub struct CoqContext {
pub vars: Vec<CoqSectionVar>,
pub hyps: Vec<CoqHypothesis>,
}Expand description
Coq context (list of section vars + hypotheses)
Fields§
§vars: Vec<CoqSectionVar>§hyps: Vec<CoqHypothesis>Implementations§
Source§impl CoqContext
impl CoqContext
Trait Implementations§
Source§impl Debug for CoqContext
impl Debug for CoqContext
Source§impl Default for CoqContext
impl Default for CoqContext
Source§fn default() -> CoqContext
fn default() -> CoqContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqContext
impl RefUnwindSafe for CoqContext
impl Send for CoqContext
impl Sync for CoqContext
impl Unpin for CoqContext
impl UnsafeUnpin for CoqContext
impl UnwindSafe for CoqContext
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