pub struct CoqWhere {
pub vars: Vec<(String, String)>,
}Expand description
Coq where-clause
Fields§
§vars: Vec<(String, String)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoqWhere
impl RefUnwindSafe for CoqWhere
impl Send for CoqWhere
impl Sync for CoqWhere
impl Unpin for CoqWhere
impl UnsafeUnpin for CoqWhere
impl UnwindSafe for CoqWhere
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