Struct chalk_engine::slg::SlgContext
source · pub(crate) struct SlgContext<I: Interner> {
phantom: PhantomData<I>,
}
Fields§
§phantom: PhantomData<I>
Implementations§
source§impl<I: Interner> SlgContext<I>
impl<I: Interner> SlgContext<I>
pub(crate) fn next_subgoal_index(ex_clause: &ExClause<I>) -> usize
Trait Implementations§
source§impl<I: Clone + Interner> Clone for SlgContext<I>
impl<I: Clone + Interner> Clone for SlgContext<I>
source§fn clone(&self) -> SlgContext<I>
fn clone(&self) -> SlgContext<I>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<I: Debug + Interner> Debug for SlgContext<I>
impl<I: Debug + Interner> Debug for SlgContext<I>
source§impl<I: Interner> HasInterner for SlgContext<I>
impl<I: Interner> HasInterner for SlgContext<I>
Auto Trait Implementations§
impl<I> Freeze for SlgContext<I>
impl<I> RefUnwindSafe for SlgContext<I>where
I: RefUnwindSafe,
impl<I> Send for SlgContext<I>where
I: Send,
impl<I> Sync for SlgContext<I>where
I: Sync,
impl<I> Unpin for SlgContext<I>where
I: Unpin,
impl<I> UnwindSafe for SlgContext<I>where
I: UnwindSafe,
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
§impl<T> Cast for T
impl<T> Cast for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)