pub struct Term(/* private fields */);
Trait Implementations§
Source§impl From<Term> for Expression
impl From<Term> for Expression
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