Struct tom::ast::Doc[][src]

pub struct Doc(_);

Methods

impl Doc
[src]

Important traits for AstChildren<'a, A>

Important traits for AstChildren<'a, A>

Important traits for AstChildren<'a, A>

Trait Implementations

impl Debug for Doc
[src]

Formats the value using the given formatter. Read more

impl Clone for Doc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Doc
[src]

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

impl AstNode for Doc
[src]

impl From<Doc> for CstNode
[src]

Performs the conversion.

impl EntryOwner for Doc
[src]

Important traits for AstChildren<'a, A>

Auto Trait Implementations

impl Send for Doc

impl Sync for Doc