Struct plugger_types::Parameter [] [src]

pub struct Parameter {
    pub name: String,
    pub ty: TypeName,
}

Fields

name: String ty: TypeName

Trait Implementations

impl Clone for Parameter
[src]

fn clone(&self) -> Parameter

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more