Struct dynamo::ast::Text [] [src]

pub struct Text {
    pub text: Arc<String>,
}

Fields

Trait Implementations

impl Debug for Text
[src]

Formats the value using the given formatter.

impl Clone for Text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more