Enum ucd::tables::bidi::BidiPairedBracketType [] [src]

pub enum BidiPairedBracketType {
    Open,
    Close,
}

Variants

Trait Implementations

impl Clone for BidiPairedBracketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BidiPairedBracketType
[src]

impl Eq for BidiPairedBracketType
[src]

impl PartialEq for BidiPairedBracketType
[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 BidiPairedBracketType
[src]

Formats the value using the given formatter.