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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IsAuto
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for IsAuto
[src]

impl Encodable for IsAuto
[src]

[src]

impl Decodable for IsAuto
[src]

[src]

impl Hash for IsAuto
[src]

[src]

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

1.3.0
[src]

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

impl Debug for IsAuto
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IsAuto

impl Sync for IsAuto