Struct tom::ast::BareKey[][src]

pub struct BareKey(_);

Methods

impl BareKey
[src]

Trait Implementations

impl Debug for BareKey
[src]

Formats the value using the given formatter. Read more

impl Clone for BareKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BareKey
[src]

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

impl AstNode for BareKey
[src]

impl From<BareKey> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BareKey

impl Sync for BareKey