Enum syntax::ast::TraitObjectSyntax[][src]

pub enum TraitObjectSyntax {
    Dyn,
    None,
}

Syntax used to declare a trait object.

Variants

Trait Implementations

impl Clone for TraitObjectSyntax
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TraitObjectSyntax
[src]

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

impl Encodable for TraitObjectSyntax
[src]

impl Decodable for TraitObjectSyntax
[src]

impl Hash for TraitObjectSyntax
[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 TraitObjectSyntax
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations