pub struct Term {
pub body: Body,
}
Expand description
Represents a term.
Exemple:
"simple term"
( 1 + 1 )
Fields§
§body: Body
The body of the term.
Trait Implementations§
source§impl PartialEq for Term
impl PartialEq for Term
impl StructuralPartialEq for Term
Auto Trait Implementations§
impl Freeze for Term
impl RefUnwindSafe for Term
impl Send for Term
impl Sync for Term
impl Unpin for Term
impl UnwindSafe for Term
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