Struct ai_kit::pedigree::InferenceChain [] [src]

pub struct InferenceChain {
    pub elements: Vec<Vec<(String, Option<Origin>)>>,
}

Fields

Trait Implementations

impl Clone for InferenceChain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InferenceChain
[src]

Formats the value using the given formatter.

impl Eq for InferenceChain
[src]

impl PartialEq for InferenceChain
[src]

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

This method tests for !=.

impl Display for InferenceChain
[src]

Formats the value using the given formatter. Read more