Enum fishers_exact::TestTails [] [src]

pub enum TestTails {
    One,
    Two,
}

Passed to the fishers_exact function to express whether to perform a one or two tailed statistical test.

Variants

Trait Implementations

impl Clone for TestTails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TestTails
[src]