Struct prolog_parser::tabled_rc::TabledRc[][src]

pub struct TabledRc<T: Hash + Eq> { /* fields omitted */ }

Methods

impl<T: Hash + Eq> TabledRc<T>
[src]

Trait Implementations

impl<T: Hash + Eq> Clone for TabledRc<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Ord + Hash + Eq> PartialOrd for TabledRc<T>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<T: Ord + Hash + Eq> Ord for TabledRc<T>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<T: Hash + Eq> PartialEq for TabledRc<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Hash + Eq> Eq for TabledRc<T>
[src]

impl<T: Hash + Eq> Hash for TabledRc<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: Hash + Eq> Drop for TabledRc<T>
[src]

Executes the destructor for this type. Read more

impl<T: Hash + Eq> Deref for TabledRc<T>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T: Hash + Eq + Display> Display for TabledRc<T>
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a TabledRc<Atom>> for ClauseName
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> !Send for TabledRc<T>

impl<T> !Sync for TabledRc<T>