Struct dynamo::ast::Break [] [src]

pub struct Break {
    pub label: Option<Arc<String>>,
}

Fields

Methods

impl Break
[src]

Trait Implementations

impl Debug for Break
[src]

Formats the value using the given formatter.

impl Clone for Break
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more