Struct planus_cli::codegen::backend::DeclarationNames[][src]

pub struct DeclarationNames<'a, 'keywords> {
    pub global_names: &'a mut Names<'keywords>,
    pub namespace_names: &'a mut Names<'keywords>,
    pub declaration_names: &'a mut Names<'keywords>,
}

Fields

global_names: &'a mut Names<'keywords>namespace_names: &'a mut Names<'keywords>declaration_names: &'a mut Names<'keywords>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.