Struct ai_kit::pedigree::InferenceGraph [] [src]

pub struct InferenceGraph { /* fields omitted */ }

Provide a convenient interface to a particular inference graph.

Methods

impl<'a> InferenceGraph
[src]

Trait Implementations

impl Clone for InferenceGraph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InferenceGraph
[src]

Formats the value using the given formatter.

impl Eq for InferenceGraph
[src]

impl PartialEq for InferenceGraph
[src]

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

This method tests for !=.