pub enum VariableType {
Local,
Component,
AnonymousComponent,
Signal(SignalType, TagList),
}Variants§
Trait Implementations§
source§impl Clone for VariableType
impl Clone for VariableType
source§fn clone(&self) -> VariableType
fn clone(&self) -> VariableType
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 moresource§impl Display for VariableType
impl Display for VariableType
source§impl Hash for VariableType
impl Hash for VariableType
source§impl PartialEq<VariableType> for VariableType
impl PartialEq<VariableType> for VariableType
source§fn eq(&self, other: &VariableType) -> bool
fn eq(&self, other: &VariableType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.