pub enum SpecTecProd {
Prod {
bs: Vec<SpecTecBind>,
g: SpecTecSym,
e: SpecTecExp,
prs: Vec<SpecTecPrem>,
},
}Expand description
Variants§
Prod
Trait Implementations§
Source§impl Debug for SpecTecProd
impl Debug for SpecTecProd
Source§impl Decode for SpecTecProd
impl Decode for SpecTecProd
Source§impl PartialEq for SpecTecProd
impl PartialEq for SpecTecProd
impl StructuralPartialEq for SpecTecProd
Auto Trait Implementations§
impl Freeze for SpecTecProd
impl RefUnwindSafe for SpecTecProd
impl Send for SpecTecProd
impl Sync for SpecTecProd
impl Unpin for SpecTecProd
impl UnwindSafe for SpecTecProd
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