Struct suppositions::generators::OneOfTerm [] [src]

pub struct OneOfTerm<G> { /* fields omitted */ }

Internal implementation for one_of. Forms the terminating case of the induction.

Trait Implementations

impl<G: Debug> Debug for OneOfTerm<G>
[src]

[src]

Formats the value using the given formatter.

impl<G: Clone> Clone for OneOfTerm<G>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<G: Generator> OneOfItem for OneOfTerm<G>
[src]

The generator type.

[src]

The number of cases reachable from this one.

[src]

Depending on the case selected in the Generator ipmlementation for (OneOfGenerator)[struct.OneOfGenerator.html], we either call our generator directly, or delegate to the next in the chain. Read more