Struct tom::ast::Array[][src]

pub struct Array(_);

Methods

impl Array
[src]

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for Array
[src]

Formats the value using the given formatter. Read more

impl Clone for Array
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Array
[src]

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

impl AstNode for Array
[src]

impl From<Array> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Array

impl Sync for Array