Struct tom::ast::StringLit[][src]

pub struct StringLit(_);

Methods

impl StringLit
[src]

impl StringLit
[src]

Trait Implementations

impl Debug for StringLit
[src]

Formats the value using the given formatter. Read more

impl Clone for StringLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StringLit
[src]

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

impl AstNode for StringLit
[src]

impl From<StringLit> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StringLit

impl Sync for StringLit