Enum prolog_parser::ast::DoubleQuotes[][src]

pub enum DoubleQuotes {
    Atom,
    Chars,
}

Variants

Methods

impl DoubleQuotes
[src]

Trait Implementations

impl Clone for DoubleQuotes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DoubleQuotes
[src]

impl Default for DoubleQuotes
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations