[][src]Struct discrimination_tree::Index

pub struct Index<Symbol, T> { /* fields omitted */ }

Methods

impl<Symbol: Ord, T> Index<Symbol, T>[src]

pub fn new() -> Self[src]

pub fn insert(&mut self, term: Term<Symbol>, store: T)[src]

Important traits for UnificationQueryIterator<'term, 'index, Symbol, T>
pub fn possible_unifiers<'index, 'term>(
    &'index self,
    query: &'term Term<Symbol>
) -> UnificationQueryIterator<'term, 'index, Symbol, T>
[src]

Trait Implementations

impl<Symbol: Ord, T> Default for Index<Symbol, T>[src]

Auto Trait Implementations

impl<Symbol, T> RefUnwindSafe for Index<Symbol, T> where
    Symbol: RefUnwindSafe,
    T: RefUnwindSafe

impl<Symbol, T> Send for Index<Symbol, T> where
    Symbol: Send,
    T: Send

impl<Symbol, T> Sync for Index<Symbol, T> where
    Symbol: Sync,
    T: Sync

impl<Symbol, T> Unpin for Index<Symbol, T> where
    Symbol: Unpin,
    T: Unpin

impl<Symbol, T> UnwindSafe for Index<Symbol, T> where
    Symbol: RefUnwindSafe + UnwindSafe,
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.