Enum go_parser::ast::IdentEntity
source · pub enum IdentEntity {
NoEntity,
Sentinel,
Entity(EntityKey),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for IdentEntity
impl Clone for IdentEntity
source§fn clone(&self) -> IdentEntity
fn clone(&self) -> IdentEntity
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