Struct tom::ast::TableHeader[][src]

pub struct TableHeader(_);

Methods

impl TableHeader
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for TableHeader
[src]

Formats the value using the given formatter. Read more

impl Clone for TableHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TableHeader
[src]

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

impl AstNode for TableHeader
[src]

impl From<TableHeader> for CstNode
[src]

Performs the conversion.

impl KeyOwner for TableHeader
[src]

Important traits for AstChildren<'a, A>

Auto Trait Implementations

impl Send for TableHeader

impl Sync for TableHeader