Enum ucd::tables::rem::Trilean [] [src]

pub enum Trilean {
    False,
    Maybe,
    True,
}

Variants

Trait Implementations

impl Clone for Trilean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Trilean
[src]

impl Eq for Trilean
[src]

impl PartialEq for Trilean
[src]

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

This method tests for !=.

impl Debug for Trilean
[src]

Formats the value using the given formatter.