pub struct CoqNameScope {
pub names: Vec<HashMap<String, String>>,
}Expand description
Coq name scope
Fields§
§names: Vec<HashMap<String, String>>Implementations§
Trait Implementations§
Source§impl Debug for CoqNameScope
impl Debug for CoqNameScope
Source§impl Default for CoqNameScope
impl Default for CoqNameScope
Source§fn default() -> CoqNameScope
fn default() -> CoqNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqNameScope
impl RefUnwindSafe for CoqNameScope
impl Send for CoqNameScope
impl Sync for CoqNameScope
impl Unpin for CoqNameScope
impl UnsafeUnpin for CoqNameScope
impl UnwindSafe for CoqNameScope
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