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

impl Decodable for TraitObjectSyntax
[src]

impl Debug for TraitObjectSyntax
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations