Enum planus_cli::ast::BuiltinType [−][src]
pub enum BuiltinType {
Bool,
Integer(IntegerType),
Float(FloatType),
String,
}Variants
Bool
Integer(IntegerType)
Tuple Fields
0: IntegerTypeFloat(FloatType)
Tuple Fields
0: FloatTypeString
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BuiltinType
impl Send for BuiltinType
impl Sync for BuiltinType
impl Unpin for BuiltinType
impl UnwindSafe for BuiltinType
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
Compare self to key and return true if they are equal.
