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