pub struct CoqField {
pub name: String,
pub ty: CoqTerm,
}Expand description
A single field in a Record.
Fields§
§name: StringField name
ty: CoqTermField type
Trait Implementations§
impl StructuralPartialEq for CoqField
Auto Trait Implementations§
impl Freeze for CoqField
impl RefUnwindSafe for CoqField
impl Send for CoqField
impl Sync for CoqField
impl Unpin for CoqField
impl UnsafeUnpin for CoqField
impl UnwindSafe for CoqField
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