Enum syntax::ext::base::Determinacy[][src]

pub enum Determinacy {
    Determined,
    Undetermined,
}

Variants

Methods

impl Determinacy
[src]

Trait Implementations

impl Copy for Determinacy
[src]

impl Clone for Determinacy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Determinacy

impl Sync for Determinacy