Struct tom::ast::Entry[][src]

pub struct Entry(_);

Methods

impl Entry
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for Entry
[src]

Formats the value using the given formatter. Read more

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Entry
[src]

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

impl AstNode for Entry
[src]

impl From<Entry> for CstNode
[src]

Performs the conversion.

impl KeyOwner for Entry
[src]

Important traits for AstChildren<'a, A>

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry