Struct tom::ast::ArrayTable[][src]

pub struct ArrayTable(_);

Methods

impl ArrayTable
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for ArrayTable
[src]

Formats the value using the given formatter. Read more

impl Clone for ArrayTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ArrayTable
[src]

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

impl AstNode for ArrayTable
[src]

impl From<ArrayTable> for CstNode
[src]

Performs the conversion.

impl EntryOwner for ArrayTable
[src]

Important traits for AstChildren<'a, A>

impl TableHeaderOwner for ArrayTable
[src]

Auto Trait Implementations

impl Send for ArrayTable

impl Sync for ArrayTable