Enum espr::ast::SimpleType [−][src]
pub enum SimpleType {
Number,
Real,
Integer,
Logical,
Boolen,
String_ {
width_spec: Option<WidthSpec>,
},
Binary {
width_spec: Option<WidthSpec>,
},
}
Expand description
Primitive types parsed by simple_types
Variants
8.1.1 Number data type
8.1.2 Real data type
8.1.3 Integer data type
8.1.4 Logical data type
8.1.5 Boolen data type
8.1.6 String data type
8.1.7 Binary data type
Trait Implementations
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 SimpleType
impl Send for SimpleType
impl Sync for SimpleType
impl Unpin for SimpleType
impl UnwindSafe for SimpleType
Blanket Implementations
Mutably borrows from an owned value. Read more