Enum moore_vhdl_syntax::lexer::token::ExponentSign [−][src]
pub enum ExponentSign {
Positive,
Negative,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExponentSign
impl Send for ExponentSign
impl Sync for ExponentSign
impl Unpin for ExponentSign
impl UnwindSafe for ExponentSign
Blanket Implementations
Mutably borrows from an owned value. Read more