pub struct Univ {
pub term: Term,
pub parts: Term,
}Expand description
A finite univ expression (Term =.. Parts) in a rule body.
Fields§
§term: TermTerm side of the univ relation.
parts: TermParts-list side of the univ relation.
Trait Implementations§
impl StructuralPartialEq for Univ
Auto Trait Implementations§
impl Freeze for Univ
impl RefUnwindSafe for Univ
impl Send for Univ
impl Sync for Univ
impl Unpin for Univ
impl UnsafeUnpin for Univ
impl UnwindSafe for Univ
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