Struct dyon::ast::Go[][src]

pub struct Go {
    pub call: Call,
    pub source_range: Range,
}

Fields

Methods

impl Go
[src]

Trait Implementations

impl Debug for Go
[src]

Formats the value using the given formatter. Read more

impl Clone for Go
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Go

impl !Sync for Go