Struct tom::ast::Dict[][src]

pub struct Dict(_);

Methods

impl Dict
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for Dict
[src]

Formats the value using the given formatter. Read more

impl Clone for Dict
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dict
[src]

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

impl AstNode for Dict
[src]

impl From<Dict> for CstNode
[src]

Performs the conversion.

impl EntryOwner for Dict
[src]

Important traits for AstChildren<'a, A>

Auto Trait Implementations

impl Send for Dict

impl Sync for Dict