Enum go_parser::scope::EntityKind
source · pub enum EntityKind {
Bad,
Pkg,
Con,
Typ,
Var,
Fun,
Lbl,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for EntityKind
impl Clone for EntityKind
source§fn clone(&self) -> EntityKind
fn clone(&self) -> EntityKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more