Struct tom::ast::Table[][src]

pub struct Table(_);

Methods

impl Table
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for Table
[src]

Formats the value using the given formatter. Read more

impl Clone for Table
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Table
[src]

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

impl AstNode for Table
[src]

impl From<Table> for CstNode
[src]

Performs the conversion.

impl EntryOwner for Table
[src]

Important traits for AstChildren<'a, A>

impl TableHeaderOwner for Table
[src]

Auto Trait Implementations

impl Send for Table

impl Sync for Table