Enum syntax::ast::IsAuto[][src]

pub enum IsAuto {
    Yes,
    No,
}

Is the trait definition an auto trait?

Variants

Trait Implementations

impl Copy for IsAuto
[src]

impl Clone for IsAuto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IsAuto
[src]

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

This method tests for !=.

impl Eq for IsAuto
[src]

impl Encodable for IsAuto
[src]

impl Decodable for IsAuto
[src]

impl Hash for IsAuto
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for IsAuto
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IsAuto

impl Sync for IsAuto