Struct dynamo::ast::Continue [] [src]

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

Fields

Methods

impl Continue
[src]

Trait Implementations

impl Debug for Continue
[src]

Formats the value using the given formatter.

impl Clone for Continue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more